Fix Nord Theme

This commit is contained in:
DB p 2022-11-23 21:18:02 +09:00
parent 2887a17ceb
commit 0585b56caf

View file

@ -123,7 +123,7 @@
<Setter Property="Height" Value="24" />
</Style>
<Style x:Key="SearchIconPosition" TargetType="{x:Type Canvas}">
<Setter Property="Background" Value="#ffdad2" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Width" Value="32" />
<Setter Property="Height" Value="32" />
<Setter Property="Margin" Value="0,8,8,0" />
@ -155,6 +155,7 @@
TargetType="{x:Type TextBlock}">
<Setter Property="Foreground" Value="#2e150e" />
<Setter Property="FontSize" Value="18" />
<Setter Property="Margin" Value="0,0,10,0" />
<Style.Triggers>
<DataTrigger Binding="{Binding ElementName=DateBox, Path=Visibility}" Value="Visible">
<Setter Property="FontSize" Value="18" />
@ -176,7 +177,7 @@
x:Key="ClockPanel"
BasedOn="{StaticResource ClockPanel}"
TargetType="{x:Type StackPanel}">
<Setter Property="Margin" Value="0,0,22,0" />
<Setter Property="Margin" Value="0,0,52,0" />
<Setter Property="Orientation" Value="Horizontal" />
</Style>
</ResourceDictionary>