Skip to content

Commit 9160adf

Browse files
authored
Merge pull request #377 from material-components/fix/color-preview
Fix FSE color preview
2 parents 8e7e066 + 9368a78 commit 9160adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/assets/src/customizer/customize-preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export const COLOR_MODES = {
285285
toggleDarkModeSwitch( settings );
286286
} );
287287

288-
styles = `:root {
288+
styles = `:root, body {
289289
${ styles }
290290
}
291291

0 commit comments

Comments
 (0)