mirror of https://github.com/laurent22/joplin.git
Reverted to fix regression (crash) in iOS app.
https://github.com/laurent22/joplin/pull/2851#issuecomment-610688103
This reverts commit e024015d5e
.
pull/3006/head
parent
be9e873277
commit
6d56bb8afd
|
@ -89,7 +89,6 @@ function addExtraStyles(style) {
|
|||
color: style.color,
|
||||
fontSize: style.fontSize * 1.2,
|
||||
fontWeight: 'bold',
|
||||
fontFamily: 'Roboto',
|
||||
};
|
||||
|
||||
style.headerWrapperStyle = {
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue