Skip to content

Commit

Permalink
release/5.0.3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
petatemarvin26 authored Dec 16, 2024
1 parent 5fc8449 commit e52bed5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "5.0.3",
"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/Input/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 100%;
height: 100%;
margin: 0;
padding: 0 0 0 10px;
padding: 0;
background-color: transparent;
border: none;
font-weight: 200;
Expand Down

0 comments on commit e52bed5

Please sign in to comment.