Change button from isPrimary to isDefault and adjust color

This commit is contained in:
Tiago Noronha 2019-02-21 23:34:43 +00:00
parent 1910d76425
commit 952ad025a5
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -27,6 +27,10 @@
padding: 0;
}
a.components-button.is-button {
color: $core-grey-dark-500;
}
@include breakpoint( '<782px' ) {
padding: $gap;