You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Reverted to fix regression (crash) in iOS app.
https://github.com/laurent22/joplin/pull/2851#issuecomment-610688103
This reverts commit e024015d5e.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user