diff --git a/demo/Ursa.Demo/Pages/DialogDemo.axaml b/demo/Ursa.Demo/Pages/DialogDemo.axaml index b50c1ecc..2683c009 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 c5202152..fb6dbbef 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/DatePicker.axaml b/src/Ursa.Themes.Semi/Controls/DatePicker.axaml index ae353b1f..1ee23c42 100644 --- a/src/Ursa.Themes.Semi/Controls/DatePicker.axaml +++ b/src/Ursa.Themes.Semi/Controls/DatePicker.axaml @@ -74,7 +74,7 @@ Placement="BottomEdgeAlignedLeft" PlacementTarget="{TemplateBinding}"> - + @@ -535,7 +537,7 @@ - + diff --git a/src/Ursa.Themes.Semi/Controls/Drawer.axaml b/src/Ursa.Themes.Semi/Controls/Drawer.axaml index 207a3faa..82eabdc4 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 c000c89d..5797196a 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}"> diff --git a/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml b/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml index aacc0c7f..0b6a8280 100644 --- a/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/MultiComboBox.axaml @@ -110,13 +110,12 @@ IsOpen="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=IsDropDownOpen, Mode=TwoWay}" PlacementTarget="PART_RootGrid"> @@ -217,12 +216,8 @@ - - - - - + diff --git a/src/Ursa.Themes.Semi/Controls/TimePicker.axaml b/src/Ursa.Themes.Semi/Controls/TimePicker.axaml index 411df8ef..ad197c86 100644 --- a/src/Ursa.Themes.Semi/Controls/TimePicker.axaml +++ b/src/Ursa.Themes.Semi/Controls/TimePicker.axaml @@ -159,13 +159,12 @@ Placement="BottomEdgeAlignedLeft" PlacementTarget="Background"> diff --git a/src/Ursa.Themes.Semi/Controls/TimeRangePicker.axaml b/src/Ursa.Themes.Semi/Controls/TimeRangePicker.axaml index f08f6828..8f08ba09 100644 --- a/src/Ursa.Themes.Semi/Controls/TimeRangePicker.axaml +++ b/src/Ursa.Themes.Semi/Controls/TimeRangePicker.axaml @@ -83,13 +83,12 @@ Placement="BottomEdgeAlignedLeft" PlacementTarget="Background"> diff --git a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml index f690e667..0baf38ef 100644 --- a/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/TreeComboBox.axaml @@ -111,12 +111,11 @@ WindowManagerAddShadowHint="False"> - + \ No newline at end of file diff --git a/src/Ursa.Themes.Semi/Themes/Light/Dialog.axaml b/src/Ursa.Themes.Semi/Themes/Light/Dialog.axaml index a9819865..c8a82a2e 100644 --- a/src/Ursa.Themes.Semi/Themes/Light/Dialog.axaml +++ b/src/Ursa.Themes.Semi/Themes/Light/Dialog.axaml @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml b/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml index e6a449ce..9d1bb413 100644 --- a/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml +++ b/src/Ursa.Themes.Semi/Themes/Shared/_index.axaml @@ -24,4 +24,6 @@ + + 4 \ No newline at end of file