diff --git a/src/components/ui/chat/chat-bubble.tsx b/src/components/ui/chat/chat-bubble.tsx index 62e49b0..e0dcb11 100644 --- a/src/components/ui/chat/chat-bubble.tsx +++ b/src/components/ui/chat/chat-bubble.tsx @@ -69,7 +69,7 @@ const ChatBubbleAvatar: React.FC = ({ ); // ChatBubbleMessage -const chatBubbleMessageVariants = cva("p-0", { +const chatBubbleMessageVariants = cva("p-4", { variants: { variant: { received: