From 58fe7f0284f6e70f259f165cb07447b0c8b3e81e Mon Sep 17 00:00:00 2001 From: Marvin Petate <46154422+petatemarvin26@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:33:47 +0800 Subject: [PATCH] release/5.0.1 (#77) --- package.json | 2 +- src/components/Input/styles.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 956ddec..300b43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vin-react", - "version": "5.0.0", + "version": "5.0.1", "description": "This library is exclusive for react that utilize the flexbox.", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/src/components/Input/styles.css b/src/components/Input/styles.css index 74a37b8..88ff1fe 100755 --- a/src/components/Input/styles.css +++ b/src/components/Input/styles.css @@ -16,6 +16,7 @@ border: none; font-weight: 200; font-size: 13px; + box-sizing: border-box; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: rgb(44, 40, 51);