Skip to content

Commit

Permalink
fix(more-menu): more menu item hover set to secondary background color
Browse files Browse the repository at this point in the history
Signed-off-by: jdev082 <[email protected]>
  • Loading branch information
jdev082 committed Dec 22, 2024
1 parent 74a82a1 commit 733f0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ button img {

.moreMenuItem:hover {
color: var(--foreground);
background-color: var(--primary);
background-color: var(--secondary);
}

.moreMenuItem {
Expand Down

0 comments on commit 733f0a1

Please sign in to comment.