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.
1 parent ec5d52e commit 72d2b7eCopy full SHA for 72d2b7e
Flow.Launcher/Themes/Base.xaml
@@ -107,7 +107,7 @@
107
</Style>
108
109
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">
110
- <Setter Property="Stroke" Value="Blue" />
+ <Setter Property="Stroke" Value="{StaticResource SystemAccentColorLight1Brush}" />
111
112
113
<Style x:Key="BaseClockPanelPosition" TargetType="{x:Type Canvas}" />
0 commit comments