From 65c4a0c319c2264dcd5236d944fe7f541ef16441 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Mon, 16 Oct 2023 11:52:45 +0800 Subject: [PATCH] feat: close #3031 user can set larger font size --- app/components/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 8ed6b77383c..795469a9681 100644 --- a/app/components/settings.tsx +++ b/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(