Skip to content

Commit

Permalink
fix: add Menu destructive fill
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Nov 8, 2024
1 parent 57bd2a3 commit 3b46c27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/styles/Menu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,8 @@
&[data-focus-visible] {
background-color: var(--lp-color-bg-interactive-destructive-hover);
}

& [data-icon] {
fill: currentColor;
}
}

0 comments on commit 3b46c27

Please sign in to comment.