Commit 3766d41e authored by 潘栩锋's avatar 潘栩锋 🚴

修复 Styles.Button.Icon.Large 颜色没有的bug

parent 4cc848b7
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</Style> </Style>
</Style.Resources> </Style.Resources>
<Style.Setters> <Style.Setters>
<Setter Property="Foreground" Value="{StaticResource Styles.Button.Empty}"/> <Setter Property="Foreground" Value="{StaticResource Brushes.Activity}"/>
<Setter Property="Margin" Value="{StaticResource ControlMargin}"/> <Setter Property="Margin" Value="{StaticResource ControlMargin}"/>
<Setter Property="VerticalAlignment" Value="Center"/> <Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="HorizontalAlignment" Value="Center"/> <Setter Property="HorizontalAlignment" Value="Center"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment