Skip to content

Commit

Permalink
make icons gray
Browse files Browse the repository at this point in the history
  • Loading branch information
soosr committed Apr 19, 2024
1 parent e2cfc88 commit d571d14
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 d571d14

Please sign in to comment.