mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
fix
This commit is contained in:
parent
3d3a883b16
commit
c306bd4823
@ -678,7 +678,7 @@ export function Chat(props: {
|
||||
<PromptHints prompts={promptHints} onPromptSelect={onPromptSelect} />
|
||||
<div className={styles["chat-input-panel-inner"]}>
|
||||
<TextareaAutosize
|
||||
// enterKeyHint="send"
|
||||
enterKeyHint="send"
|
||||
autoComplete="on"
|
||||
ref={inputRef}
|
||||
className={styles["chat-input"]}
|
||||
|
@ -76,7 +76,7 @@
|
||||
--color-prettylights-syntax-brackethighlighter-angle: #8b949e;
|
||||
--color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
|
||||
--color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
|
||||
--color-fg-default: #ffffff;
|
||||
--color-fg-default: #e8ebf0;
|
||||
--color-fg-muted: #8b949e;
|
||||
--color-fg-subtle: #6e7681;
|
||||
--color-canvas-default: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user