mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[FZ Editor] Light & Dark colors adjustments (#10115)
* [FZ Editor] Light & Dark colors adjustments * Reduce dark theme background transparency
This commit is contained in:
@@ -10,11 +10,10 @@
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800"
|
||||
Background="{DynamicResource GridZoneBackgroundBrush}"
|
||||
BorderBrush="{DynamicResource LayoutPreviewZoneBorderBrush}"
|
||||
BorderBrush="{DynamicResource SystemControlBackgroundAccentBrush}"
|
||||
BorderThickness="1"
|
||||
Opacity="1"
|
||||
ui:ControlHelper.CornerRadius="4"
|
||||
Effect="{StaticResource ZoneDropShadow}"
|
||||
mc:Ignorable="d">
|
||||
|
||||
<Grid x:Name="Frame">
|
||||
|
||||
Reference in New Issue
Block a user