This commit is contained in:
[witbox2018] 2023-04-10 09:34:01 +08:00
parent 3d3a883b16
commit c306bd4823
2 changed files with 2 additions and 2 deletions

View File

@ -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"]}

View File

@ -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;