From f0e2161878d6dd04ecc59bbed97198a212ffc97e Mon Sep 17 00:00:00 2001 From: Tasha Titova Date: Thu, 17 Feb 2022 16:26:27 -0800 Subject: [PATCH] [ NavigationView ] Chevron does not meet contrast requirements in Aquatic High Contrast theme (#6739) * date pickers * adding time picker and flyout theming * update background smoke for hc * adding foreground states for chevron --- dev/NavigationView/NavigationView_rs1_themeresources.xaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev/NavigationView/NavigationView_rs1_themeresources.xaml b/dev/NavigationView/NavigationView_rs1_themeresources.xaml index 39240069fb..137cbc0525 100755 --- a/dev/NavigationView/NavigationView_rs1_themeresources.xaml +++ b/dev/NavigationView/NavigationView_rs1_themeresources.xaml @@ -584,6 +584,7 @@ + @@ -592,6 +593,7 @@ + @@ -600,6 +602,7 @@ + @@ -607,6 +610,7 @@ + @@ -615,6 +619,7 @@ + @@ -1168,6 +1173,7 @@ Height="12" RenderTransformOrigin="0.5, 0.5" x:Name="ExpandCollapseChevronIcon" + Foreground="{ThemeResource NavigationViewItemForeground}" HorizontalAlignment="Center" VerticalAlignment="Center" AutomationProperties.AccessibilityView="Raw"