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 52f93eb + fc95ee5 commit ee38f3aCopy full SHA for ee38f3a
Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/InAppNotification.xaml
@@ -11,7 +11,7 @@
11
TargetType="local:InAppNotification">
12
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundChromeMediumLowBrush}" />
13
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}" />
14
- <Setter Property="BorderBrush" Value="{ThemeResource SystemControlTransparentBrush}" />
+ <Setter Property="BorderBrush" Value="{ThemeResource SystemControlTransientBorderBrush}" />
15
<Setter Property="Visibility" Value="Collapsed" />
16
<Setter Property="BorderThickness" Value="0" />
17
<Setter Property="HorizontalAlignment" Value="Stretch" />
0 commit comments