fix: restore BoxShadows.

This commit is contained in:
Zhang Dian
2023-07-19 03:29:23 +08:00
parent cb9bf96b73
commit 54bdd69b2a
27 changed files with 19 additions and 17 deletions

View File

@@ -4,6 +4,7 @@
<!-- MenuFlyout -->
<SolidColorBrush x:Key="MenuFlyoutBackground" Color="#35363C" />
<SolidColorBrush x:Key="MenuFlyoutBorderBrush" Opacity="0.08" Color="#F9F9F9" />
<BoxShadows x:Key="MenuFlyoutBorderBoxShadow">0 0 8 0 #1AFFFFFF</BoxShadows>
<!-- MenuItem -->
<SolidColorBrush x:Key="MenuItemBackground" Color="#35363C" />