Skip to content

Commit

Permalink
MenuButton correct hover fill
Browse files Browse the repository at this point in the history
roienatan committed Nov 16, 2023
1 parent 1d50421 commit 95fa497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui-kit/MenuButton/MenuButton.module.scss
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

.buttonIcon {
&:hover {
background-color: var(--secondary-hover-fill);
background-color: var(--hover-fill);
}
}

0 comments on commit 95fa497

Please sign in to comment.