Merge pull request #4641 from matrix-org/bwindels/defaultfontsize

Revert default font size to 15px
This commit is contained in:
Bruno Windels 2020-05-26 13:26:03 +00:00 committed by GitHub
commit f3ac96fa56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ export const SETTINGS = {
"fontSize": {
displayName: _td("Font size"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: 16,
default: 15,
controller: new FontSizeController(),
},
"useCustomFontSize": {