style<Theme>: colors for light theme

This commit is contained in:
leo 2021-01-07 09:31:52 +08:00
parent 7106f3b978
commit 9daaa5907d
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
</Grid.ColumnDefinitions>
<!-- LOGO -->
<Path Width="20" Height="20" Margin="6,-1,2,0" Style="{StaticResource Style.Icon}" Data="{StaticResource Icon.Info}"/>
<Path Margin="6,0,2,0" Style="{StaticResource Style.Icon}" Data="{StaticResource Icon.Info}"/>
<!-- Title -->
<Label Grid.Column="1" Content="ABOUT" FontWeight="Light"/>

View file

@ -423,7 +423,7 @@
</DataGrid.Columns>
</DataGrid>
<Rectangle Grid.Row="8" Fill="Transparent" Height="1"/>
<Rectangle Grid.Row="8" Fill="{StaticResource Brush.GroupContent}" Height="1"/>
<!-- SUBMODULES -->
<ToggleButton