feat: close #3031 user can set larger font size

This commit is contained in:
Yifei Zhang 2023-10-16 11:52:45 +08:00 committed by GitHub
parent 55bcf78efe
commit 65c4a0c319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -753,7 +753,7 @@ export function Settings() {
title={`${config.fontSize ?? 14}px`}
value={config.fontSize}
min="12"
max="18"
max="40"
step="1"
onChange={(e) =>
updateConfig(