Skip to content

Commit

Permalink
make icons gray (WalletWasabi#12905)
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandUI authored Apr 20, 2024
1 parent f9b2a2e commit 9786a24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WalletWasabi.Fluent/Styles/MenuItem.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
<Style Selector="MenuItem">
<Setter Property="CornerRadius" Value="8" />
</Style>

<Style Selector="MenuItem > PathIcon">
<Setter Property="Opacity" Value="0.6" />
</Style>
</Styles>

0 comments on commit 9786a24

Please sign in to comment.