Skip to content

Commit

Permalink
Fix issue for markers on whats new page in high contrast (microsoft#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn authored Jan 29, 2022
1 parent ead12ab commit ec2f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XamlControlsGallery/ItemTemplates.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
CornerRadius="{StaticResource ControlCornerRadius}"
Visibility="{x:Bind BadgeString, Converter={StaticResource nullToVisibilityConverter}}" >

<Ellipse Fill="{ThemeResource AccentFillColorDefaultBrush}" Width="12" Height="12"/>
<Ellipse Fill="{ThemeResource SystemAccentColorDark1}" Width="12" Height="12"/>
</Grid>
</Grid>
</UserControl>
Expand Down

0 comments on commit ec2f5ad

Please sign in to comment.