Skip to content

Commit

Permalink
fix(ButtonIcon): fix default border color
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 19, 2024
1 parent bb45b54 commit ed0a141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/button-icon/button-icon.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const defaultConfig = {
},
},
border: {
light: 'muted-300',
light: 'muted-200',
dark: 'muted-600',
},
},
Expand Down

0 comments on commit ed0a141

Please sign in to comment.