mirror of https://github.com/2dust/v2rayN
Optimize the background color display effect of the active row
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…
Reference in New Issue