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

Reverted to fix regression (crash) in iOS app.

https://github.com/laurent22/joplin/pull/2851#issuecomment-610688103

This reverts commit e024015d5e.
pull/3006/head
Laurent Cozic 2020-04-08 01:38:39 +01:00
parent be9e873277
commit 6d56bb8afd
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -242,7 +242,6 @@ class ConfigScreenComponent extends BaseScreenComponent {
styles.linkText.borderBottomColor = theme.color;
styles.linkText.flex = 0;
styles.linkText.fontWeight = 'normal';
styles.linkText.fontFamily = 'Roboto';
styles.headerWrapperStyle = Object.assign({}, styles.settingContainer, theme.headerWrapperStyle);