Skip to content

Commit

Permalink
fix(button): align default border color with all inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Jan 26, 2024
1 parent 1cff971 commit 3f6522f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/components/button/button.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export const defaultConfig = {
},
border: {
light: {
base: 'muted-200',
hover: 'muted-300',
base: 'muted-300',
hover: 'muted-200',
},
dark: {
base: 'muted-600',
Expand Down

0 comments on commit 3f6522f

Please sign in to comment.