mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop: Fixes #1704: Set note title to correct size when zoom is enabled
This commit is contained in:
parent
4d2c9523a3
commit
331858bd4f
@ -1692,6 +1692,7 @@ class NoteTextComponent extends React.Component {
|
|||||||
backgroundColor: theme.backgroundColor,
|
backgroundColor: theme.backgroundColor,
|
||||||
border: '1px solid',
|
border: '1px solid',
|
||||||
borderColor: theme.dividerColor,
|
borderColor: theme.dividerColor,
|
||||||
|
fontSize: theme.fontSize,
|
||||||
};
|
};
|
||||||
|
|
||||||
const toolbarStyle = {
|
const toolbarStyle = {
|
||||||
|
Loading…
Reference in New Issue
Block a user