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