Use active button color for primary action buttons
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -108,6 +108,7 @@
|
||||
</StackPanel>
|
||||
<Button Foreground="{DynamicResource buttonTextColor}"
|
||||
Style="{StaticResource ButtonStyle}"
|
||||
Background="{DynamicResource activeButtonColor}"
|
||||
Canvas.Top="476"
|
||||
Canvas.Left="62"
|
||||
Width="250"
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
Width="350"
|
||||
Height="360">
|
||||
<Button Style="{StaticResource ButtonStyle}"
|
||||
Background="{DynamicResource activeButtonColor}"
|
||||
x:Name="BtnSspLink"
|
||||
x:FieldModifier="private"
|
||||
Width="320"
|
||||
@@ -141,6 +142,7 @@
|
||||
x:Name="BtnMyserviceLink"
|
||||
x:FieldModifier="private"
|
||||
Style="{StaticResource ButtonStyle}"
|
||||
Background="{DynamicResource activeButtonColor}"
|
||||
Width="320"
|
||||
Canvas.Left="15"
|
||||
Height="40"
|
||||
|
||||
Reference in New Issue
Block a user