diff --git a/ReactNativeClient/lib/components/screens/dropbox-login.js b/ReactNativeClient/lib/components/screens/dropbox-login.js index 65b3e4a77..c77f0c9ae 100644 --- a/ReactNativeClient/lib/components/screens/dropbox-login.js +++ b/ReactNativeClient/lib/components/screens/dropbox-login.js @@ -33,6 +33,7 @@ class DropboxLoginScreenComponent extends BaseScreenComponent { const styles = { container: { padding: theme.margin, + backgroundColor: theme.backgroundColor, }, stepText: Object.assign({}, theme.normalText, { marginBottom: theme.margin }), urlText: Object.assign({}, theme.urlText, { marginBottom: theme.margin }),