Skip to content

Commit

Permalink
fix: ListViewItem style glyph similar as in CheckBox
Browse files Browse the repository at this point in the history
  • Loading branch information
limeniye authored and ahmed605 committed Sep 13, 2023
1 parent b66ea0a commit 3305ee0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Uno.UI/UI/Xaml/Style/Generic/Generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1393,8 +1393,7 @@
</Border.RenderTransform>
<FontIcon x:Name="MultiSelectCheck"
FontFamily="{ThemeResource SymbolThemeFontFamily}"
win:Glyph="&#xE73E;"
not_win:Glyph="&#xE081;"
Glyph="&#xE001;"
FontSize="16"
Foreground="{ThemeResource SystemControlForegroundBaseMediumHighBrush}"
Visibility="Collapsed"
Expand Down

0 comments on commit 3305ee0

Please sign in to comment.