This commit is contained in:
GG Z
2025-07-31 20:12:24 +08:00
parent 4f6cd2137c
commit f209e7d3ad
426 changed files with 15854 additions and 6612 deletions

View File

@@ -0,0 +1,11 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="Ant.Label" TargetType="{x:Type Label}">
<Setter Property="FontFamily" Value="{DynamicResource FontFamily}" />
<Setter Property="FontSize" Value="{DynamicResource FontSizeBase}" />
<Setter Property="Foreground" Value="{DynamicResource AntDesign.Brush.TextPrimary}" />
<Setter Property="TextBlock.TextAlignment" Value="Left" />
<Setter Property="TextBlock.TextWrapping" Value="Wrap" />
</Style>
<Style BasedOn="{StaticResource Ant.Label}" TargetType="{x:Type Label}" />
</ResourceDictionary>