Skip to content

Commit

Permalink
Fix fill of SVG icon in overflow menu
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPanoz committed Dec 20, 2024
1 parent 41cca0d commit 4b0ec33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/assets/styles/overflowMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
.menuItem > svg {
width: calc(var(--icon-size, 24px) / 1.5);
height: calc(var(--icon-size, 24px) / 1.5);
fill: var(--theme-text);
}

.menuItemLabel {
Expand Down

0 comments on commit 4b0ec33

Please sign in to comment.