fix: some dark mode display incorrect (#20788)

This commit is contained in:
非法操作
2025-06-09 16:09:27 +08:00
committed by GitHub
parent d6a8af03b4
commit ab62a9662c
3 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ const ChatInputArea = ({
<Textarea
ref={ref => textareaRef.current = ref as any}
className={cn(
'body-lg-regular w-full resize-none bg-transparent p-1 leading-6 text-text-tertiary outline-none',
'body-lg-regular w-full resize-none bg-transparent p-1 leading-6 text-text-primary outline-none',
)}
placeholder={t('common.chat.inputPlaceholder', { botName }) || ''}
autoFocus