Derive header action button colors from dynamic header color
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
Value="True">
|
||||
<Setter TargetName="HeaderButtonBorder"
|
||||
Property="Background"
|
||||
Value="{DynamicResource inactiveButtonColor}" />
|
||||
Value="{DynamicResource headerControlHoverBackgroundColor}" />
|
||||
</Trigger>
|
||||
<Trigger Property="IsPressed"
|
||||
Value="True">
|
||||
@@ -300,7 +300,7 @@
|
||||
<Setter Property="BorderThickness"
|
||||
Value="0" />
|
||||
<Setter Property="Background"
|
||||
Value="Transparent" />
|
||||
Value="{DynamicResource headerControlBackgroundColor}" />
|
||||
<Setter Property="Width"
|
||||
Value="32" />
|
||||
<Setter Property="Height"
|
||||
|
||||
Reference in New Issue
Block a user