mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -07:00
FastFlag editor - use primary color for highlights
This commit is contained in:
parent
cf492cb1ad
commit
6d71eb771b
@ -57,8 +57,16 @@
|
|||||||
<Style TargetType="DataGridCell">
|
<Style TargetType="DataGridCell">
|
||||||
<Style.Triggers>
|
<Style.Triggers>
|
||||||
<Trigger Property="IsSelected" Value="True">
|
<Trigger Property="IsSelected" Value="True">
|
||||||
<Setter Property="Foreground" Value="White" />
|
<Setter Property="Foreground">
|
||||||
<Setter Property="Background" Value="{DynamicResource PaletteDeepPurpleBrush}" />
|
<Setter.Value>
|
||||||
|
<SolidColorBrush Color="{DynamicResource TextOnAccentFillColorPrimary}" />
|
||||||
|
</Setter.Value>
|
||||||
|
</Setter>
|
||||||
|
<Setter Property="Background">
|
||||||
|
<Setter.Value>
|
||||||
|
<SolidColorBrush Color="{DynamicResource SystemAccentColorSecondary}" />
|
||||||
|
</Setter.Value>
|
||||||
|
</Setter>
|
||||||
</Trigger>
|
</Trigger>
|
||||||
</Style.Triggers>
|
</Style.Triggers>
|
||||||
<Setter Property="Height" Value="32" />
|
<Setter Property="Height" Value="32" />
|
||||||
|
Loading…
Reference in New Issue
Block a user