Optimize the background color display effect of the active row

pull/3611/head
fonaix 2 years ago
parent 1a7dca8e58
commit b544dde2c6

@ -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>

Loading…
Cancel
Save