Skip to content

Commit 4e42672

Browse files
committed
PR feedback.
1 parent 77da360 commit 4e42672

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.xaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<Style x:Key="BaseInAppNotificationsStyle"
1111
TargetType="local:InAppNotification">
12-
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundChromeMediumBrush}" />
12+
<Setter Property="Background" Value="{ThemeResource SystemControlChromeMediumLowAcrylicElementMediumBrush}" />
1313
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}" />
1414
<Setter Property="BorderBrush" Value="{ThemeResource SystemControlForegroundBaseLowBrush}" />
1515
<Setter Property="Visibility" Value="Collapsed" />
@@ -33,8 +33,6 @@
3333
<Setter Property="Template" Value="{StaticResource MSEdgeNotificationTemplate}" />
3434
</Style>
3535

36-
<Style BasedOn="{StaticResource BaseInAppNotificationsStyle}"
37-
TargetType="local:InAppNotification">
38-
<Setter Property="Background" Value="{ThemeResource SystemControlChromeMediumLowAcrylicElementMediumBrush}" />
39-
</Style>
36+
<Style BasedOn="{StaticResource BaseInAppNotificationsStyle}" TargetType="local:InAppNotification"/>
37+
4038
</ResourceDictionary>

0 commit comments

Comments
 (0)