Skip to content

Commit 72d2b7e

Browse files
committed
Change default pending color
1 parent ec5d52e commit 72d2b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Themes/Base.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</Style>
108108

109109
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">
110-
<Setter Property="Stroke" Value="Blue" />
110+
<Setter Property="Stroke" Value="{StaticResource SystemAccentColorLight1Brush}" />
111111
</Style>
112112

113113
<Style x:Key="BaseClockPanelPosition" TargetType="{x:Type Canvas}" />

0 commit comments

Comments
 (0)