From d622ff4a78da2e408f1b009441eb4d1311a7cb29 Mon Sep 17 00:00:00 2001 From: Ishant Gupta Date: Wed, 25 Mar 2020 16:48:39 +0530 Subject: [PATCH] Mobile: Fixes #2843: Fixed overlapping text in Dropbox sync page (#2845) --- ReactNativeClient/lib/components/screens/dropbox-login.js | 1 + 1 file changed, 1 insertion(+) 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 }),