Skip to content

Commit 9949b9c

Browse files
committed
Settings: Fix theme preview
1 parent 6f0e858 commit 9949b9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,9 @@
313313
Width="400"
314314
Margin="40 30 0 10"
315315
SnapsToDevicePixels="True"
316+
Background="{DynamicResource Color01B}"
317+
BorderBrush="{DynamicResource SystemThemeBorder}"
318+
BorderThickness="1"
316319
Style="{DynamicResource PreviewWindowBorderStyle}">
317320
<Border BorderThickness="0" Style="{DynamicResource WindowRadius}">
318321
<Grid>

0 commit comments

Comments
 (0)