Derive header action button colors from dynamic header color

This commit is contained in:
Meik
2026-03-05 12:17:42 +01:00
parent f9ab560a80
commit 2e53ede66b
4 changed files with 16 additions and 2 deletions

View File

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