Skip to content

Commit ee38f3a

Browse files
Merge pull request #3881 from windows-toolkit/inappnotification-border
Fixes #3871 - Can't see InAppNotification border
2 parents 52f93eb + fc95ee5 commit ee38f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
TargetType="local:InAppNotification">
1212
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundChromeMediumLowBrush}" />
1313
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}" />
14-
<Setter Property="BorderBrush" Value="{ThemeResource SystemControlTransparentBrush}" />
14+
<Setter Property="BorderBrush" Value="{ThemeResource SystemControlTransientBorderBrush}" />
1515
<Setter Property="Visibility" Value="Collapsed" />
1616
<Setter Property="BorderThickness" Value="0" />
1717
<Setter Property="HorizontalAlignment" Value="Stretch" />

0 commit comments

Comments
 (0)