Skip to content

Commit

Permalink
Fix button block inherited font color
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jul 13, 2020
1 parent ba3c82f commit c6f45df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/blocks/recurring-payments/view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ BODY.modal-open {
.wp-block-jetpack-recurring-payments.aligncenter .wp-block-jetpack-button {
text-align: center;
}

.wp-block-jetpack-recurring-payments .wp-block-jetpack-button {
color: #ffffff;
}

0 comments on commit c6f45df

Please sign in to comment.