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

Mobile: Fixes #2847: Fixed text issue in config screen on some devices (#2851)

* fixed text issue on some devices and closes #2847

* changes added to global file
This commit is contained in:
Ishant Gupta
2020-04-06 00:35:04 +05:30
committed by GitHub
parent 3f5e6d72d6
commit e024015d5e
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ function addExtraStyles(style) {
color: style.color,
fontSize: style.fontSize * 1.2,
fontWeight: 'bold',
fontFamily: 'Roboto',
};
style.headerWrapperStyle = {