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 ef46790 commit cbb102cCopy full SHA for cbb102c
src/WPFDevelopers.Net45x/Themes/Theme.xaml
@@ -6271,7 +6271,7 @@
6271
<GeometryDrawing.Brush>
6272
<LinearGradientBrush EndPoint="0,1">
6273
<GradientStop Offset="0" Color="#00000000" />
6274
- <GradientStop Offset="1" Color="Black" />
+ <GradientStop Offset="1" Color="{StaticResource WD.BlackColor}" />
6275
</LinearGradientBrush>
6276
</GeometryDrawing.Brush>
6277
<GeometryDrawing.Geometry>
0 commit comments