Skip to content

Commit cbb102c

Browse files
committed
Update Theme.xaml
1 parent ef46790 commit cbb102c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WPFDevelopers.Net45x/Themes/Theme.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6271,7 +6271,7 @@
62716271
<GeometryDrawing.Brush>
62726272
<LinearGradientBrush EndPoint="0,1">
62736273
<GradientStop Offset="0" Color="#00000000" />
6274-
<GradientStop Offset="1" Color="Black" />
6274+
<GradientStop Offset="1" Color="{StaticResource WD.BlackColor}" />
62756275
</LinearGradientBrush>
62766276
</GeometryDrawing.Brush>
62776277
<GeometryDrawing.Geometry>

0 commit comments

Comments
 (0)