mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
* fixed text issue on some devices and closes #2847 * changes added to global file
This commit is contained in:
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
Block a user