mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
Update settings.tsx
This commit is contained in:
parent
91a36c7365
commit
934b1edf79
@ -232,7 +232,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
||||
>
|
||||
<input
|
||||
type="range"
|
||||
title={config.fontSize.toString() + 'px'}
|
||||
title={`${config.fontSize ?? 14}px`}
|
||||
value={config.fontSize}
|
||||
min="12"
|
||||
max="18"
|
||||
|
Loading…
Reference in New Issue
Block a user