Except Label

This commit is contained in:
Zhang Dian
2023-02-02 18:00:50 +08:00
parent a7a677db3a
commit db5dd11bee
23 changed files with 61 additions and 61 deletions

View File

@@ -10,7 +10,7 @@
<SolidColorBrush x:Key="MenuFlyoutScrollViewerIconForeground" Opacity="0.62" Color="#F9F9F9" />
<!-- MenuFlyout -->
<SolidColorBrush x:Key="MenuFlyoutBackground" Color="White" />
<SolidColorBrush x:Key="MenuFlyoutBackground" Color="Black" />
<SolidColorBrush x:Key="MenuFlyoutBorderBrush" Opacity="0.08" Color="#F9F9F9" />
<Thickness x:Key="MenuFlyoutBorderThickness">1</Thickness>
<Thickness x:Key="MenuFlyoutPadding">0 4</Thickness>
@@ -22,7 +22,7 @@
<sys:Double x:Key="MenuFlyoutMaxWidth">600</sys:Double>
<!-- MenuItem -->
<SolidColorBrush x:Key="MenuItemBackground" Color="White" />
<SolidColorBrush x:Key="MenuItemBackground" Color="Black" />
<SolidColorBrush x:Key="MenuItemForeground" Color="#F9F9F9" />
<Thickness x:Key="MenuItemPadding">16 8</Thickness>