Change button from isPrimary to isDefault and adjust color
This commit is contained in:
parent
1910d76425
commit
952ad025a5
|
@ -152,7 +152,7 @@ class StoreAlerts extends Component {
|
|||
}
|
||||
>
|
||||
<div className="woocommerce-store-alerts__message">{ alert.message }</div>
|
||||
<Button isPrimary className="woocommerce-store-alerts__button" href={ alert.action.url }>
|
||||
<Button isDefault className="woocommerce-store-alerts__button" href={ alert.action.url }>
|
||||
{ alert.action.label }
|
||||
</Button>
|
||||
</Card>
|
||||
|
|
|
@ -27,6 +27,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
a.components-button.is-button {
|
||||
color: $core-grey-dark-500;
|
||||
}
|
||||
|
||||
@include breakpoint( '<782px' ) {
|
||||
padding: $gap;
|
||||
|
||||
|
|
Loading…
Reference in New Issue