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 a938c10 commit 2d15b99Copy full SHA for 2d15b99
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