Fix chat bubble background color in dark theme

This commit is contained in:
sneakr 2026-04-20 21:34:11 +02:00
parent 02a08d1288
commit d56bb382b1

View file

@ -785,7 +785,7 @@ const UserMessage: FC = () => {
<UserMessageAudio />
<div className="aui-user-message-content-wrapper flex max-w-[80%] min-w-0 flex-col items-end">
<div className="aui-user-message-content wrap-break-word w-fit rounded-[16px] rounded-tr-[4px] bg-[#f5f5f5] px-4 py-2.5 text-foreground dark:bg-background">
<div className="aui-user-message-content wrap-break-word w-fit rounded-[16px] rounded-tr-[4px] bg-[#f5f5f5] px-4 py-2.5 text-foreground dark:bg-card">
<MessagePrimitive.Parts />
</div>
<div className="mt-1 flex min-h-6">