1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

revert default font size to 15px

This commit is contained in:
Bruno Windels
2020-05-26 14:11:36 +02:00
parent 37d04d6ceb
commit cce53d8ab9

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": {