mirror of https://github.com/laurent22/joplin.git
* fixed text issue on some devices and closes #2847 * changes added to global filepull/2989/head
parent
3f5e6d72d6
commit
e024015d5e
|
@ -89,6 +89,7 @@ function addExtraStyles(style) {
|
|||
color: style.color,
|
||||
fontSize: style.fontSize * 1.2,
|
||||
fontWeight: 'bold',
|
||||
fontFamily: 'Roboto',
|
||||
};
|
||||
|
||||
style.headerWrapperStyle = {
|
||||
|
|
|
@ -239,6 +239,7 @@ 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