1
0
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:
Laurent Cozic 2019-07-13 16:46:52 +01:00
parent 4d2c9523a3
commit 331858bd4f

View File

@ -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 = {