Skip to content

Commit 32d8b76

Browse files
committed
Update Theme.xaml
1 parent 8c22a97 commit 32d8b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WPFDevelopers.Net40/Themes/Theme.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@
713713
<Style BasedOn="{x:Null}" TargetType="{x:Type wd:Window}">
714714
<Setter Property="Foreground" Value="{DynamicResource WD.RegularTextSolidColorBrush}" />
715715
<Setter Property="Background" Value="{DynamicResource WD.BackgroundSolidColorBrush}" />
716-
<Setter Property="BorderBrush" Value="{DynamicResource WD.WindowBorderBrushSolidColorBrush}" />
716+
<Setter Property="BorderBrush" Value="{DynamicResource WD.PrimaryNormalSolidColorBrush}" />
717717
<Setter Property="IsTabStop" Value="False" />
718718
<Setter Property="BorderThickness" Value="1" />
719719
<Setter Property="SnapsToDevicePixels" Value="True" />

0 commit comments

Comments
 (0)