Skip to content

Commit

Permalink
feat: close ChatGPTNextWeb#3031 user can set larger font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored and abrahamgreyson committed Jan 12, 2024
1 parent 500107d commit eecfd91
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 eecfd91

Please sign in to comment.