Skip to content

Commit f8aee15

Browse files
committed
Adjust border color for cyan theme
1 parent 8d8719a commit f8aee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Themes/Cyan Dark.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
BasedOn="{StaticResource BaseWindowBorderStyle}"
5757
TargetType="{x:Type Border}">
5858
<Setter Property="BorderThickness" Value="1" />
59-
<Setter Property="BorderBrush" Value="#09181e" />
59+
<Setter Property="BorderBrush" Value="#1e292f" />
6060
<Setter Property="Background" Value="#0f1f26" />
6161
<Setter Property="CornerRadius" Value="6" />
6262
<Setter Property="UseLayoutRounding" Value="True" />

0 commit comments

Comments
 (0)