Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#3033 from Yidadaa/Yidadaa-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Oct 16, 2023
2 parents 55bcf78 + 65c4a0c commit d11d906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d11d906

Please sign in to comment.