diff --git a/demo/Ursa.Demo/Pages/DialogDemo.axaml b/demo/Ursa.Demo/Pages/DialogDemo.axaml index b50c1ec..2683c00 100644 --- a/demo/Ursa.Demo/Pages/DialogDemo.axaml +++ b/demo/Ursa.Demo/Pages/DialogDemo.axaml @@ -200,6 +200,7 @@ diff --git a/demo/Ursa.Demo/Pages/DrawerDemo.axaml b/demo/Ursa.Demo/Pages/DrawerDemo.axaml index c520215..fb6dbbe 100644 --- a/demo/Ursa.Demo/Pages/DrawerDemo.axaml +++ b/demo/Ursa.Demo/Pages/DrawerDemo.axaml @@ -42,6 +42,7 @@ diff --git a/src/Ursa.Themes.Semi/Controls/Dialog.axaml b/src/Ursa.Themes.Semi/Controls/Dialog.axaml index 5d761cc..4689866 100644 --- a/src/Ursa.Themes.Semi/Controls/Dialog.axaml +++ b/src/Ursa.Themes.Semi/Controls/Dialog.axaml @@ -28,6 +28,7 @@ VerticalAlignment="{TemplateBinding VerticalAlignment}" Classes="Shadow" ClipToBounds="False" + Background="{DynamicResource SemiColorBackground2}" CornerRadius="{TemplateBinding CornerRadius}" Focusable="True" IsHitTestVisible="True" @@ -162,6 +163,7 @@ VerticalAlignment="{TemplateBinding VerticalAlignment}" BoxShadow="0 0 8 0 #1A000000" Classes="Shadow" + Background="{DynamicResource SemiColorBackground2}" ClipToBounds="False" CornerRadius="{TemplateBinding CornerRadius}" Focusable="True" @@ -463,7 +465,7 @@ - + @@ -535,7 +537,7 @@ - + diff --git a/src/Ursa.Themes.Semi/Controls/Drawer.axaml b/src/Ursa.Themes.Semi/Controls/Drawer.axaml index 207a3fa..82eabdc 100644 --- a/src/Ursa.Themes.Semi/Controls/Drawer.axaml +++ b/src/Ursa.Themes.Semi/Controls/Drawer.axaml @@ -19,6 +19,7 @@ Name="PART_Root" Margin="{TemplateBinding Padding, Converter={x:Static c:ThicknessTakeConverter.Left}}" + Background="{DynamicResource SemiColorBackground2}" Padding="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" @@ -111,6 +112,7 @@ Name="PART_Root" Margin="{TemplateBinding Padding, Converter={x:Static c:ThicknessTakeConverter.Left}}" + Background="{DynamicResource SemiColorBackground2}" Padding="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" diff --git a/src/Ursa.Themes.Semi/Controls/MessageBox.axaml b/src/Ursa.Themes.Semi/Controls/MessageBox.axaml index c000c89..5797196 100644 --- a/src/Ursa.Themes.Semi/Controls/MessageBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/MessageBox.axaml @@ -6,7 +6,7 @@ - + @@ -178,6 +178,7 @@ VerticalAlignment="Center" Classes="Shadow" ClipToBounds="False" + Background="{DynamicResource SemiColorBackground2}" CornerRadius="{TemplateBinding CornerRadius}" IsHitTestVisible="True" Theme="{DynamicResource CardBorder}">