Skip to content

Commit

Permalink
fix: home action btns hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Jan 17, 2024
1 parent 0930968 commit 5b57106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/recipes/button-recipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const buttonRecipe = defineRecipe({

// Ghost button
ghost: {
_hover: { bg: 'brown.2' },
_hover: { bg: 'accent.component-background-hover' },
_focus: { _before: { border: '2px solid', borderColor: 'blue.500' } },
...loadingStyles('brown.12'),
},
Expand Down

0 comments on commit 5b57106

Please sign in to comment.