Skip to content

Commit

Permalink
Update Theme.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjinhuagood committed Aug 16, 2023
1 parent ef46790 commit cbb102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WPFDevelopers.Net45x/Themes/Theme.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6271,7 +6271,7 @@
<GeometryDrawing.Brush>
<LinearGradientBrush EndPoint="0,1">
<GradientStop Offset="0" Color="#00000000" />
<GradientStop Offset="1" Color="Black" />
<GradientStop Offset="1" Color="{StaticResource WD.BlackColor}" />
</LinearGradientBrush>
</GeometryDrawing.Brush>
<GeometryDrawing.Geometry>
Expand Down

0 comments on commit cbb102c

Please sign in to comment.