mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Merge pull request #4641 from matrix-org/bwindels/defaultfontsize
Revert default font size to 15px
This commit is contained in:
commit
f3ac96fa56
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export const SETTINGS = {
|
|||
"fontSize": {
|
||||
displayName: _td("Font size"),
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
default: 16,
|
||||
default: 15,
|
||||
controller: new FontSizeController(),
|
||||
},
|
||||
"useCustomFontSize": {
|
||||
|
|
Loading…
Reference in a new issue