Skip to content

Commit

Permalink
fix: checkbox issue in ListView
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsh0307 committed Dec 4, 2023
1 parent 79e3d3b commit 42ac45c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/library/Uno.Material/Styles/Controls/v2/ListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@
</Border.RenderTransform>
<FontIcon x:Name="MultiSelectCheck"
FontFamily="{ThemeResource SymbolThemeFontFamily}"
win:Glyph="&#xE73E;"
xamarin:Glyph="&#xE081;"
Glyph="&#xE73E;"
FontSize="16"
Foreground="{ThemeResource SystemControlForegroundBaseMediumHighBrush}"
Visibility="Collapsed"
Expand Down

0 comments on commit 42ac45c

Please sign in to comment.