update(ui): restore both message input field dark mode background color

This commit is contained in:
WanQuanXie
2024-05-29 12:22:29 +08:00
parent 2d9ca3835e
commit cfab91ddbf
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ const MessageInput = ({
}
}}
className={cn(
'bg-light-primary dark:bg-dark-primary p-4 flex items-center overflow-hidden border border-light-200 dark:border-dark-200',
'bg-light-secondary dark:bg-dark-secondary p-4 flex items-center overflow-hidden border border-light-200 dark:border-dark-200',
mode === 'multi' ? 'flex-col rounded-lg' : 'flex-row rounded-full',
)}
>