diff --git a/components/WebViewScreen.js b/components/WebViewScreen.js index 39503ab..820475a 100644 --- a/components/WebViewScreen.js +++ b/components/WebViewScreen.js @@ -198,6 +198,11 @@ export default class WebViewScreen extends React.Component { elevation: 0, // Fix for android shadow }} locked={true} + style = {{ + paddingTop: this.state.isLandscape ? 20 : 0, + backgroundColor: ThemeManager.getCurrentThemeVariables().brandPrimary + }} + > {this.getTabbedWebview()} }