From 871759fa3ccee2ec2de113b4205b5c51b919695e Mon Sep 17 00:00:00 2001 From: dipeshmsft Date: Fri, 27 Jun 2025 15:58:11 +0530 Subject: [PATCH] Fixed DataGrid column header text color in HC mode --- .../PresentationFramework.Fluent/Resources/Theme/Dark.xaml | 1 + .../Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml | 1 + .../PresentationFramework.Fluent/Resources/Theme/Light.xaml | 1 + .../Themes/PresentationFramework.Fluent/Styles/DataGrid.xaml | 1 + .../Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml | 2 ++ .../Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml | 2 ++ .../PresentationFramework.Fluent/Themes/Fluent.Light.xaml | 2 ++ .../src/Themes/PresentationFramework.Fluent/Themes/Fluent.xaml | 1 + 8 files changed, 11 insertions(+) diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml index 9456e48eff1..b3e08b806ca 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml @@ -532,6 +532,7 @@ + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml index 316b43b5248..1bbc712e822 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml @@ -351,6 +351,7 @@ + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml index 5a8fe89c121..1952082bb4d 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml @@ -548,6 +548,7 @@ + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/DataGrid.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/DataGrid.xaml index edcc31d29d3..22aec44127d 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/DataGrid.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/DataGrid.xaml @@ -404,6 +404,7 @@