Skip to content

Commit

Permalink
fix(BaseButton): update variant outline muted hover background color
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 18, 2023
1 parent 04758b3 commit ba8cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/button/button.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ export const defaultConfig = {
background: {
light: {
base: 'transparent',
hover: 'white',
hover: 'muted-300',
active: 'muted-400',
focus: 'muted-300',
},
Expand Down

0 comments on commit ba8cb0c

Please sign in to comment.