Skip to content

Commit 4076ed1

Browse files
committed
Optimize EmptyBrush color
1 parent 2c7daaa commit 4076ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IPConfig/Themes/MyLightTheme.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
Color="{DynamicResource PrimaryColor}" />
99

1010
<SolidColorBrush x:Key="EmptyBrush"
11-
Color="LightGray" />
11+
Color="{DynamicResource ThirdlyTextColor}" />
1212
</ResourceDictionary>

IPConfig/Themes/MyVioletTheme.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
Color="{DynamicResource PrimaryColor}" />
99

1010
<SolidColorBrush x:Key="EmptyBrush"
11-
Color="LightGray" />
11+
Color="{DynamicResource ThirdlyTextColor}" />
1212
</ResourceDictionary>

0 commit comments

Comments
 (0)