Skip to content

Commit 1621f34

Browse files
committed
Fix Win11Light font size
2 parents df3c5bf + e7b4dd1 commit 1621f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Themes/Pink.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
1818
<Setter Property="Background" Value="#1f1d1f"></Setter>
1919
<Setter Property="Width" Value="576" />
20-
<Setter Property="BorderThickness" Value="2"></Setter>
20+
<Setter Property="BorderThickness" Value="2"></Setter>
2121
<Setter Property="BorderBrush" Value="#000000"></Setter>
2222
</Style>
2323
<Style x:Key="WindowStyle" TargetType="{x:Type Window}" BasedOn="{StaticResource BaseWindowStyle}" >

0 commit comments

Comments
 (0)