Skip to content

Commit

Permalink
Removes unnecessary FontFamily setter for AccessText in MenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Mar 24, 2024
1 parent 8bde2fe commit 4736c33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Material.Styles/Resources/Themes/MenuItem.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<Style Selector="AccessText">
<Setter Property="FontSize" Value="16" />
<Setter Property="FontWeight" Value="Regular" />
<Setter Property="FontFamily" Value="avares://Material.Styles/Fonts/Roboto#Roboto" />
</Style>
</AccessText.Styles>
</AccessText>
Expand Down

0 comments on commit 4736c33

Please sign in to comment.