mirror of https://github.com/vector-im/riot-web
revert default font size to 15px
parent
37d04d6ceb
commit
cce53d8ab9
|
@ -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…
Reference in New Issue