Skip to content

Commit

Permalink
Merge pull request #377 from material-components/fix/color-preview
Browse files Browse the repository at this point in the history
Fix FSE color preview
  • Loading branch information
PatelUtkarsh committed Jul 5, 2022
2 parents 8e7e066 + 9368a78 commit 9160adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/assets/src/customizer/customize-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export const COLOR_MODES = {
toggleDarkModeSwitch( settings );
} );

styles = `:root {
styles = `:root, body {
${ styles }
}
Expand Down

0 comments on commit 9160adf

Please sign in to comment.