Optimize the background color display effect of the active row

pull/3611/head
fonaix 2023-04-04 23:39:56 +08:00
parent 1a7dca8e58
commit b544dde2c6
1 changed files with 1 additions and 0 deletions

View File

@ -628,6 +628,7 @@
<DataTrigger Binding="{Binding isActive}" Value="True">
<Setter Property="Background" Value="{DynamicResource PrimaryHueLightBrush}" />
<Setter Property="Foreground" Value="Black" />
<Setter Property="BorderBrush" Value="{DynamicResource PrimaryHueLightBrush}" />
</DataTrigger>
</Style.Triggers>
</Style>