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": {
|
"fontSize": {
|
||||||
displayName: _td("Font size"),
|
displayName: _td("Font size"),
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
default: 16,
|
default: 15,
|
||||||
controller: new FontSizeController(),
|
controller: new FontSizeController(),
|
||||||
},
|
},
|
||||||
"useCustomFontSize": {
|
"useCustomFontSize": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue