瀏覽代碼

feat: close #3031 user can set larger font size

Yifei Zhang 1 年之前
父節點
當前提交
65c4a0c319
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/settings.tsx

+ 1 - 1
app/components/settings.tsx

@@ -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(