1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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