From 798a0d3e4fd768689fd89175da8b5a824fd52c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Tue, 11 Feb 2020 10:29:27 +0100 Subject: [PATCH] Adapt CSS custom properties to new convention --- packages/block-library/src/button/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/button/style.scss b/packages/block-library/src/button/style.scss index cb0cbf13291978..7bbe8900b8dc29 100644 --- a/packages/block-library/src/button/style.scss +++ b/packages/block-library/src/button/style.scss @@ -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 {