Skip to content

Commit

Permalink
fix: menu item hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jul 19, 2024
1 parent 6bfaf7e commit a884ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

&:focus:not(.disabled),
&:hover:not(.disabled) {
background-color: theme.get-color(neutral-light-2);
background-color: theme.get-color(neutral-light-1-5);
color: currentcolor;
}

Expand Down

0 comments on commit a884ff1

Please sign in to comment.