Skip to content

Commit 9755186

Browse files
authored
Merge pull request #3632 from onesounds/FixPendingLine
Add PendingLineStyle in Base.xaml
2 parents 93c2b1b + 2f9e7e1 commit 9755186

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Flow.Launcher/Themes/Base.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">
109109
<Setter Property="Stroke" Value="{StaticResource SystemAccentColorLight1Brush}" />
110110
</Style>
111+
<Style
112+
x:Key="PendingLineStyle"
113+
BasedOn="{StaticResource BasePendingLineStyle}"
114+
TargetType="{x:Type Line}" />
111115

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

0 commit comments

Comments
 (0)