We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df3c5bf + e7b4dd1 commit 1621f34Copy full SHA for 1621f34
Flow.Launcher/Themes/Pink.xaml
@@ -17,7 +17,7 @@
17
<Style x:Key="WindowBorderStyle" BasedOn="{StaticResource BaseWindowBorderStyle}" TargetType="{x:Type Border}">
18
<Setter Property="Background" Value="#1f1d1f"></Setter>
19
<Setter Property="Width" Value="576" />
20
- <Setter Property="BorderThickness" Value="2"></Setter>
+ <Setter Property="BorderThickness" Value="2"></Setter>
21
<Setter Property="BorderBrush" Value="#000000"></Setter>
22
</Style>
23
<Style x:Key="WindowStyle" TargetType="{x:Type Window}" BasedOn="{StaticResource BaseWindowStyle}" >
0 commit comments