diff --git a/package.json b/package.json index 300b43c..e8297db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vin-react", - "version": "5.0.1", + "version": "5.0.2", "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/Dropdown/styles.css b/src/components/Dropdown/styles.css index 4a6f52d..512c90b 100644 --- a/src/components/Dropdown/styles.css +++ b/src/components/Dropdown/styles.css @@ -1,7 +1,7 @@ .vr-dropdown { display: flex; width: 100%; - height: 35px; + height: 40px; position: relative; border: solid 1px rgba(0, 0, 0, 0.1); } diff --git a/src/components/Input/styles.css b/src/components/Input/styles.css index 88ff1fe..c42ea89 100755 --- a/src/components/Input/styles.css +++ b/src/components/Input/styles.css @@ -12,6 +12,7 @@ width: 100%; height: 100%; margin: 0; + padding: 0 0 0 10px; background-color: transparent; border: none; font-weight: 200;