Skip to content

Commit

Permalink
fix: checkbox issue in ListView (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsh0307 committed Dec 4, 2023
1 parent 79e3d3b commit ba40266
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
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 ba40266

Please sign in to comment.