|
@@ -620,7 +620,7 @@
|
|
|
BasedOn="{StaticResource Btn.cta}"
|
|
|
TargetType="{x:Type Button}">
|
|
|
<Setter Property="Template" Value="{StaticResource ButtonControlTemplateWithCorner4}" />
|
|
|
- <Setter Property="Background" Value="Transparent" />
|
|
|
+ <Setter Property="Background" Value="White" />
|
|
|
<Setter Property="Foreground" Value="{StaticResource color.icon.base.neutral.norm.lv1}" />
|
|
|
<Setter Property="BorderBrush" Value="{StaticResource color.field.border.norm}" />
|
|
|
<Setter Property="BorderThickness" Value="1" />
|
|
@@ -628,7 +628,7 @@
|
|
|
<Setter Property="Height" Value="24" />
|
|
|
<Style.Triggers>
|
|
|
<Trigger Property="IsDefaulted" Value="true">
|
|
|
- <Setter Property="Background" Value="Transparent" />
|
|
|
+ <Setter Property="Background" Value="White" />
|
|
|
</Trigger>
|
|
|
<Trigger Property="IsMouseOver" Value="true">
|
|
|
<Setter Property="Background" Value="{StaticResource color.item-state.hov.bg}" />
|