Skip to content

Commit

Permalink
release/5.0.1 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
petatemarvin26 authored Dec 5, 2024
1 parent 051d6a1 commit 58fe7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.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",
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 @@ -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);
Expand Down

0 comments on commit 58fe7f0

Please sign in to comment.