Fix: Adjust dark theme AI message background
This commit is contained in:
@@ -30,9 +30,7 @@ export const ChatMessage = ({ role, content, model, attachments }: ChatMessagePr
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={`flex gap-4 py-6 px-6 group ${
|
className={`flex gap-4 py-6 px-6 group hover:bg-muted/10 transition-colors ${
|
||||||
isAssistant ? "bg-muted/30" : ""
|
|
||||||
} hover:bg-muted/20 transition-colors ${
|
|
||||||
isAssistant ? "justify-start" : "justify-end"
|
isAssistant ? "justify-start" : "justify-end"
|
||||||
}`}
|
}`}
|
||||||
onMouseEnter={() => setShowActions(true)}
|
onMouseEnter={() => setShowActions(true)}
|
||||||
|
|||||||
Reference in New Issue
Block a user