forked from XiaoMo/ChatGPT-Next-Web
Update settings.tsx
This commit is contained in:
parent
e12238ba8b
commit
ca0082856a
@ -232,7 +232,7 @@ export function Settings(props: { closeSettings: () => void }) {
|
|||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
type="range"
|
type="range"
|
||||||
title={config.fontSize.toString() + 'px'}
|
title={`${config.fontSize ?? 14}px`}
|
||||||
value={config.fontSize}
|
value={config.fontSize}
|
||||||
min="12"
|
min="12"
|
||||||
max="18"
|
max="18"
|
||||||
|
Loading…
Reference in New Issue
Block a user