Use active button color for primary action buttons

This commit is contained in:
Meik
2026-03-05 12:32:19 +01:00
parent d6b03c5858
commit 095c31feec
3 changed files with 5 additions and 0 deletions

View File

@@ -335,6 +335,7 @@
HorizontalContentAlignment="Center" />
<Button Foreground="{DynamicResource buttonTextColor}"
Style="{StaticResource ButtonStyle}"
Background="{DynamicResource activeButtonColor}"
Width="250"
Height="36"
x:Name="BtnClientReport"
@@ -346,6 +347,7 @@
Canvas.Top="24" />
<Button Foreground="{DynamicResource buttonTextColor}"
Style="{StaticResource ButtonStyle}"
Background="{DynamicResource activeButtonColor}"
Width="250"
Height="36"
x:Name="BtnRemoteSupport"