Commit 781e7c3c authored by 潘栩锋's avatar 潘栩锋 🚴

1.[优化] 主界面底色恢复为以前Brushes.Gray5

2.[优化] 反行按钮,名字改为 归零
parent 43f5a9e5
......@@ -18,14 +18,14 @@
</ResourceDictionary>
</UserControl.Resources>
<Grid Background="{StaticResource Brushes.Card.Background}">
<Grid Background="{StaticResource Brushes.Gray5}">
<Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>
<StackPanel Name="stackpanel_menu" Width="73" Background="{StaticResource Brushes.Static}">
<StackPanel Name="stackpanel_menu" Width="73" Background="{StaticResource Brushes.Gray1}">
</StackPanel>
<Grid Grid.Column="1">
......
......@@ -83,7 +83,7 @@
</Button.Style>
<StackPanel >
<iconPacks:PackIconMaterial Kind="ArrowLeftBoldCircle" />
<TextBlock Text="{StaticResource str.Menu.Backw}" Foreground="{StaticResource TextBrush}"/>
<TextBlock Text="{StaticResource str.Menu.Org}" Foreground="{StaticResource TextBrush}"/>
</StackPanel>
</Button>
</StackPanel>
......
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