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 1d42e2d commit 188507fCopy full SHA for 188507f
Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/Styles/MSEdgeNotificationStyle.xaml
@@ -48,7 +48,7 @@
48
<Setter Property="Template">
49
<Setter.Value>
50
<ControlTemplate TargetType="ButtonBase">
51
- <Grid x:Name="RootGrid" CornerRadius="2" Background="{ThemeResource ButtonPointerOverBackgroundThemeBrush}"
+ <Grid x:Name="RootGrid" CornerRadius="2"
52
Margin="{TemplateBinding Margin}"
53
Height="{StaticResource SystemControlMSEdgeNotificationDismissButtonSize}"
54
Width="{StaticResource SystemControlMSEdgeNotificationDismissButtonSize}">
0 commit comments