diff --git a/src/plugins/components/button/button.config.ts b/src/plugins/components/button/button.config.ts index 5121670..bb30fbd 100644 --- a/src/plugins/components/button/button.config.ts +++ b/src/plugins/components/button/button.config.ts @@ -562,7 +562,7 @@ export const defaultConfig = { background: { light: { base: 'transparent', - hover: 'white', + hover: 'muted-300', active: 'muted-400', focus: 'muted-300', },