Skip to content

Commit

Permalink
Fix: missing link color on style properties to css var mapping. (#33150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Jul 2, 2021
1 parent c1d874e commit e129ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/editor/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const PRESET_METADATA = [
];

const STYLE_PROPERTIES_TO_CSS_VAR_INFIX = {
linkColor: 'color',
backgroundColor: 'color',
background: 'gradient',
};
Expand Down

0 comments on commit e129ab7

Please sign in to comment.