File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<Style x : Key =" BaseInAppNotificationsStyle"
11
11
TargetType =" local:InAppNotification" >
12
- <Setter Property =" Background" Value =" {ThemeResource SystemControlBackgroundChromeMediumBrush }" />
12
+ <Setter Property =" Background" Value =" {ThemeResource SystemControlChromeMediumLowAcrylicElementMediumBrush }" />
13
13
<Setter Property =" Foreground" Value =" {ThemeResource SystemControlForegroundBaseHighBrush}" />
14
14
<Setter Property =" BorderBrush" Value =" {ThemeResource SystemControlForegroundBaseLowBrush}" />
15
15
<Setter Property =" Visibility" Value =" Collapsed" />
33
33
<Setter Property =" Template" Value =" {StaticResource MSEdgeNotificationTemplate}" />
34
34
</Style >
35
35
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
+
40
38
</ResourceDictionary >
You can’t perform that action at this time.
0 commit comments