diff --git a/packages/edit-post/src/components/layout/index.native.js b/packages/edit-post/src/components/layout/index.native.js index 27c743ed31bed..d7c0328661ab1 100644 --- a/packages/edit-post/src/components/layout/index.native.js +++ b/packages/edit-post/src/components/layout/index.native.js @@ -118,11 +118,17 @@ class Layout extends Component { ? headerToolbarStyles[ 'header-toolbar__container' ].height : 0; + const containerStyles = getStylesFromColorScheme( + styles.container, + styles.containerDark + ); + const toolbarKeyboardAvoidingViewStyle = { ...styles.toolbarKeyboardAvoidingView, left: this.state.safeAreaInsets.left, right: this.state.safeAreaInsets.right, bottom: this.state.safeAreaInsets.bottom, + backgroundColor: containerStyles.backgroundColor, }; const editorStyles = [ @@ -138,10 +144,7 @@ class Layout extends Component { return (