1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-21 23:17:42 +02:00

Mobile: Fixes #2843: Fixed overlapping text in Dropbox sync page (#2845)

This commit is contained in:
Ishant Gupta
2020-03-25 16:48:39 +05:30
committed by GitHub
parent b6d4fd16c9
commit d622ff4a78

View File

@ -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 }),