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.
2 parents a938c10 + 2d15b99 commit 45459c8Copy full SHA for 45459c8
Microsoft.Toolkit.Uwp.UI.Controls/ImageEx/ImageEx.xaml
@@ -4,8 +4,8 @@
4
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls">
5
6
<Style TargetType="controls:ImageEx">
7
- <Setter Property="Background" Value="Black" />
8
- <Setter Property="Foreground" Value="White" />
+ <Setter Property="Background" Value="Transparent" />
+ <Setter Property="Foreground" Value="{ThemeResource ApplicationForegroundThemeBrush}" />
9
<Setter Property="Template">
10
<Setter.Value>
11
<ControlTemplate TargetType="controls:ImageEx">
0 commit comments