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 93c2b1b + 2f9e7e1 commit 9755186Copy full SHA for 9755186
Flow.Launcher/Themes/Base.xaml
@@ -108,6 +108,10 @@
108
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">
109
<Setter Property="Stroke" Value="{StaticResource SystemAccentColorLight1Brush}" />
110
</Style>
111
+ <Style
112
+ x:Key="PendingLineStyle"
113
+ BasedOn="{StaticResource BasePendingLineStyle}"
114
+ TargetType="{x:Type Line}" />
115
116
<Style x:Key="BaseClockPanelPosition" TargetType="{x:Type Canvas}" />
117
0 commit comments