diff --git a/ReactNativeClient/lib/components/note-body-viewer.js b/ReactNativeClient/lib/components/note-body-viewer.js index 92f77fad1..e16f15222 100644 --- a/ReactNativeClient/lib/components/note-body-viewer.js +++ b/ReactNativeClient/lib/components/note-body-viewer.js @@ -108,7 +108,7 @@ class NoteBodyViewer extends Component { `; - let webViewStyle = {} + let webViewStyle = {'backgroundColor': this.props.webViewStyle.backgroundColor} // On iOS, the onLoadEnd() event is never fired so always // display the webview (don't do the little trick // to avoid the white flash).