Skip to content

Commit dd24a14

Browse files
committed
fix: close #1770
1 parent dd6c83a commit dd24a14

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Net_40/HandyControl_Net_40/Themes/Theme.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10733,7 +10733,6 @@
1073310733
<Setter Property="BorderBrush" Value="{DynamicResource BorderBrush}" />
1073410734
<Setter Property="Background" Value="{DynamicResource RegionBrush}" />
1073510735
<Setter Property="BorderThickness" Value="1" />
10736-
<Setter Property="Foreground" Value="White" />
1073710736
<Setter Property="ItemContainerStyle" Value="{StaticResource TabItemStyle}" />
1073810737
<Setter Property="Template">
1073910738
<Setter.Value>

src/Shared/HandyControl_Shared/Themes/Styles/Base/TabControlBaseStyle.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<Setter Property="BorderBrush" Value="{DynamicResource BorderBrush}" />
7171
<Setter Property="Background" Value="{DynamicResource RegionBrush}" />
7272
<Setter Property="BorderThickness" Value="1" />
73-
<Setter Property="Foreground" Value="White" />
7473
<Setter Property="ItemContainerStyle" Value="{StaticResource TabItemStyle}" />
7574
<Setter Property="Template">
7675
<Setter.Value>

src/Shared/HandyControl_Shared/Themes/Theme.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10852,7 +10852,6 @@
1085210852
<Setter Property="BorderBrush" Value="{DynamicResource BorderBrush}" />
1085310853
<Setter Property="Background" Value="{DynamicResource RegionBrush}" />
1085410854
<Setter Property="BorderThickness" Value="1" />
10855-
<Setter Property="Foreground" Value="White" />
1085610855
<Setter Property="ItemContainerStyle" Value="{StaticResource TabItemStyle}" />
1085710856
<Setter Property="Template">
1085810857
<Setter.Value>

0 commit comments

Comments
 (0)