Change default pending color

This commit is contained in:
DB p 2025-03-13 13:59:50 +09:00
parent ec5d52e46d
commit 72d2b7e674

View file

@ -107,7 +107,7 @@
</Style>
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">
<Setter Property="Stroke" Value="Blue" />
<Setter Property="Stroke" Value="{StaticResource SystemAccentColorLight1Brush}" />
</Style>
<Style x:Key="BaseClockPanelPosition" TargetType="{x:Type Canvas}" />