Skip to content

Commit

Permalink
Use the right gray color
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 27, 2022
1 parent 30125eb commit 8e8083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/iframe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function useExplodedModeBackgroundStyles( isExplodedMode, deps = [] ) {

copiedStylesElement.innerHTML = `:where( .is-root-container.is-exploded-mode > .wp-block ) { ${ newBackgroundStyles } }`;
bodyStyleElement.innerHTML =
'body { background: gray !important; }';
'body { background: #2f2f2f !important; }';

return () => {
bodyStyleElement.textContent = '';
Expand Down

0 comments on commit 8e8083c

Please sign in to comment.