Skip to content

Commit 93b3ac4

Browse files
committed
Add PendingLineStyle based on BasePendingLineStyle for improved styling
1 parent 367bf2c commit 93b3ac4

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)