Skip to content

Commit

Permalink
release/5.0.2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
petatemarvin26 authored Dec 9, 2024
1 parent 58fe7f0 commit 5fc8449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dropdown/styles.css
Original file line number Diff line number Diff line change
@@ -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);
}
Expand Down
1 change: 1 addition & 0 deletions src/components/Input/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
width: 100%;
height: 100%;
margin: 0;
padding: 0 0 0 10px;
background-color: transparent;
border: none;
font-weight: 200;
Expand Down

0 comments on commit 5fc8449

Please sign in to comment.