Commit a33ff2f8 authored by 潘栩锋's avatar 潘栩锋 🚴

删除 MultiLayout BlackBrush资源引用,改为 Black

parent 1676b45b
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<Style.Resources> <Style.Resources>
<Style TargetType="TextBlock" > <Style TargetType="TextBlock" >
<Setter Property="FontSize" Value="15"/> <Setter Property="FontSize" Value="15"/>
<Setter Property="Foreground" Value="{StaticResource BlackBrush}"/> <Setter Property="Foreground" Value="Black"/>
<Setter Property="HorizontalAlignment" Value="Center"/> <Setter Property="HorizontalAlignment" Value="Center"/>
</Style> </Style>
<Style TargetType="iconPacks:PackIconMaterial" > <Style TargetType="iconPacks:PackIconMaterial" >
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<Style.Resources> <Style.Resources>
<Style TargetType="TextBlock" > <Style TargetType="TextBlock" >
<Setter Property="FontSize" Value="15"/> <Setter Property="FontSize" Value="15"/>
<Setter Property="Foreground" Value="{StaticResource BlackBrush}"/> <Setter Property="Foreground" Value="Black"/>
<Setter Property="HorizontalAlignment" Value="Center"/> <Setter Property="HorizontalAlignment" Value="Center"/>
</Style> </Style>
<Style TargetType="iconPacks:PackIconMaterial" > <Style TargetType="iconPacks:PackIconMaterial" >
......
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