Fixed some major issues where it wasn't possible to switch the app accent based on the current system accent.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<controls:NotificationFlyoutPresenter
|
||||
<UserControl
|
||||
x:Class="NotificationFlyout.Sample.Uwp.NotificationFlyoutPresenter"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
@@ -21,4 +21,4 @@
|
||||
<ToggleButton Margin="0,0,0,8" />
|
||||
<CalendarView Margin="0,0,0,8" />
|
||||
</StackPanel>
|
||||
</controls:NotificationFlyoutPresenter>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user