We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d8b76 commit bfc0898Copy full SHA for bfc0898
src/WPFDevelopers.Net45x/Themes/Theme.xaml
@@ -713,7 +713,7 @@
713
<Style x:Key="WPFDevelopersWindow" BasedOn="{x:Null}" TargetType="{x:Type wd:Window}">
714
<Setter Property="Foreground" Value="{DynamicResource WD.RegularTextSolidColorBrush}" />
715
<Setter Property="Background" Value="{DynamicResource WD.BackgroundSolidColorBrush}" />
716
- <Setter Property="BorderBrush" Value="{DynamicResource WD.WindowBorderBrushSolidColorBrush}" />
+ <Setter Property="BorderBrush" Value="{DynamicResource WD.PrimaryNormalSolidColorBrush}" />
717
<Setter Property="BorderThickness" Value="1" />
718
<Setter Property="IsTabStop" Value="False" />
719
<Setter Property="SnapsToDevicePixels" Value="True" />
0 commit comments