diff --git a/Lite/Services/DataGridFilterManager.cs b/Lite/Services/DataGridFilterManager.cs index 37026a3e..cf088387 100644 --- a/Lite/Services/DataGridFilterManager.cs +++ b/Lite/Services/DataGridFilterManager.cs @@ -118,7 +118,7 @@ public void UpdateFilterButtonStyles() var textBlock = new TextBlock { - Text = "\uE71C", + Text = hasActive ? "\uE16E" : "\uE71C", FontFamily = new FontFamily("Segoe MDL2 Assets"), Foreground = hasActive ? new SolidColorBrush(Color.FromRgb(0xFF, 0xD7, 0x00)) diff --git a/Lite/Themes/DarkTheme.xaml b/Lite/Themes/DarkTheme.xaml index b1bd6b07..f17ce306 100644 --- a/Lite/Themes/DarkTheme.xaml +++ b/Lite/Themes/DarkTheme.xaml @@ -357,9 +357,13 @@