2025-07-11 09:20:23 +08:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2025-02-10 20:53:40 +08:00
|
|
|
|
|
|
|
|
<Style TargetType="{x:Type Label}">
|
|
|
|
|
<Setter Property="Padding" Value="0,0,0,4" />
|
|
|
|
|
<Setter Property="Focusable" Value="False" />
|
2025-07-11 09:20:23 +08:00
|
|
|
<Setter Property="Foreground" Value="{DynamicResource TextFillColorSecondaryBrush}" />
|
2025-02-10 20:53:40 +08:00
|
|
|
<Setter Property="SnapsToDevicePixels" Value="True" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
</ResourceDictionary>
|