Skip to content

Commit

Permalink
refactor: secondary button border color
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt committed Mar 14, 2024
1 parent c5d8da1 commit 40cdff6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.0.21

- Change the border color for `secondary` buttons

## v2.0.20

- Begin adding type definitions
Expand Down
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": "@lob/ui-components",
"version": "2.0.20",
"version": "2.0.21",
"engines": {
"node": ">=20.2.0",
"npm": ">=10.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
upgrade
},
{
'bg-white text-gray-800 border border-gray-800 hover:bg-gray-50 active:bg-gray-100 focus:bg-gray-100 disabled:border-gray-200 disabled:text-gray-400 disabled:hover:bg-white':
'bg-white text-gray-800 border border-gray-100 hover:border-gray-200 hover:bg-gray-50 active:bg-gray-100 focus:bg-gray-100 disabled:border-gray-200 disabled:text-gray-400 disabled:hover:bg-white':
secondary
},
{
Expand Down

0 comments on commit 40cdff6

Please sign in to comment.