diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml index 6ad8d6c5c1..89733659b1 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/CanvasZone.xaml @@ -12,7 +12,7 @@ - @@ -126,7 +127,7 @@ - + diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/GridZone.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/GridZone.xaml index 362c94f277..2002f934cb 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/GridZone.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/GridZone.xaml @@ -6,13 +6,17 @@ xmlns:local="clr-namespace:FancyZonesEditor" xmlns:props="clr-namespace:FancyZonesEditor.Properties" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:ui="http://schemas.modernwpf.com/2019" d:DesignHeight="450" d:DesignWidth="800" Background="{DynamicResource GridZoneBackgroundBrush}" - BorderBrush="{DynamicResource SystemControlBackgroundAccentBrush}" + BorderBrush="{DynamicResource LayoutPreviewZoneBorderBrush}" BorderThickness="1" Opacity="1" + ui:ControlHelper.CornerRadius="4" + Effect="{StaticResource ZoneDropShadow}" mc:Ignorable="d"> + - - - - - \ No newline at end of file diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Dark.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Dark.xaml index 4ace93266d..e263c026fd 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Dark.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Dark.xaml @@ -15,13 +15,15 @@ - + - - - - + + + + + + \ No newline at end of file diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast1.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast1.xaml index 4ad21a8ea6..eec4727e94 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast1.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast1.xaml @@ -15,13 +15,15 @@ - + - - - - + + + + + + \ No newline at end of file diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast2.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast2.xaml index 6bdb2991a6..8efc9fca1d 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast2.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrast2.xaml @@ -15,13 +15,15 @@ - + - - - - + + + + + + \ No newline at end of file diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastBlack.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastBlack.xaml index 957683e136..ce9c959d02 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastBlack.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastBlack.xaml @@ -15,13 +15,15 @@ - + - - - - + + + + + + \ No newline at end of file diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastWhite.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastWhite.xaml index eefee53fe0..94ef28dc47 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastWhite.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/HighContrastWhite.xaml @@ -15,13 +15,15 @@ - + - - - + + + + + \ No newline at end of file diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Light.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Light.xaml index 8b5d371094..dc46e750eb 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Light.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Themes/Light.xaml @@ -15,13 +15,15 @@ - + - - - - + + + + + + \ No newline at end of file