Skip to content

Commit 20f2fec

Browse files
committed
Fix clockpanel basedon
1 parent f8aee15 commit 20f2fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Themes/Darker Glass.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<Thickness x:Key="ResultMargin">0 0 0 10</Thickness>
153153
<Style
154154
x:Key="ClockPanel"
155-
BasedOn="{StaticResource ClockPanel}"
155+
BasedOn="{StaticResource BaseClockPanel}"
156156
TargetType="{x:Type StackPanel}">
157157
<Setter Property="Margin" Value="0 0 54 0" />
158158
</Style>

0 commit comments

Comments
 (0)