Skip to content

Commit

Permalink
Fix InfoBadge default high contrast background. (#5899)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenLPeters authored Sep 22, 2021
1 parent 03a091b commit a50c1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/InfoBadge/InfoBadge_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</ResourceDictionary>
<ResourceDictionary x:Key="HighContrast">
<StaticResource x:Key="InfoBadgeForeground" ResourceKey="SystemControlHighlightAltChromeWhiteBrush"/>
<StaticResource x:Key="InfoBadgeBackground" ResourceKey="AccentFillColorDefaultBrush"/>
<StaticResource x:Key="InfoBadgeBackground" ResourceKey="SystemControlHighlightAccentBrush"/>

<x:Double x:Key="InfoBadgeMinHeight">4</x:Double>
<x:Double x:Key="InfoBadgeMinWidth">4</x:Double>
Expand Down

0 comments on commit a50c1c2

Please sign in to comment.