style(Conflict): better color for conflicts detected tool bar

This commit is contained in:
leo 2020-08-06 11:08:58 +08:00
parent ba2063f956
commit 08dc039768
3 changed files with 3 additions and 1 deletions

View file

@ -493,7 +493,7 @@
</Grid.RowDefinitions>
<!-- Abort panel -->
<Grid x:Name="abortPanel" Grid.Row="0" Background="LightGoldenrodYellow" Visibility="Collapsed">
<Grid x:Name="abortPanel" Grid.Row="0" Background="{StaticResource Brush.BG7}" Visibility="Collapsed">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="Auto"/>