fix: 代码块文字不可见 — 导入 highlight.js atom-one-dark 主题

This commit is contained in:
thzxx
2026-06-27 22:54:39 +08:00
parent e7c564112c
commit 22f7ec39c5
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ export function ChatInput(): React.JSX.Element {
onPaste={handlePaste}
placeholder="输入消息... (Enter 发送, Ctrl+Enter 换行, / 命令)" disabled={isStreaming}
rows={1}
style={{ width: '100%', background: 'transparent', border: 'none', outline: 'none', color: 'inherit', fontSize: 14, lineHeight: '28px', resize: 'none', fontFamily: 'inherit', minHeight: 36, maxHeight: 160 }}
style={{ width: '100%', background: 'transparent', border: 'none', outline: 'none', color: 'inherit', fontSize: 14, lineHeight: '28px', resize: 'none', fontFamily: 'inherit', minHeight: 42, maxHeight: 160 }}
/>
<Stack direction="row" justifyContent="space-between" alignItems="center" sx={{ mt: 1, minHeight: 32 }}>