diff --git a/packages/edit-site/src/components/editor/utils.js b/packages/edit-site/src/components/editor/utils.js index 508bd05eda6fdf..c144a02d970d7f 100644 --- a/packages/edit-site/src/components/editor/utils.js +++ b/packages/edit-site/src/components/editor/utils.js @@ -71,6 +71,7 @@ export const PRESET_METADATA = [ ]; const STYLE_PROPERTIES_TO_CSS_VAR_INFIX = { + linkColor: 'color', backgroundColor: 'color', background: 'gradient', };