Skip to content

Commit

Permalink
Adapt CSS custom properties to new convention
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Feb 11, 2020
1 parent 7efa53e commit 798a0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $blocks-button__height: 56px;
}

.wp-gs .wp-block-button__link:not(.has-background) {
background-color: var(--wp-color-primary);
background-color: var(--wp--color--primary);
}

.is-style-squared .wp-block-button__link {
Expand Down

0 comments on commit 798a0d3

Please sign in to comment.