fix overflow

This commit is contained in:
2025-02-20 11:59:36 +08:00
parent 8d4a9b840a
commit 2a39ff885a

View File

@@ -69,7 +69,7 @@ const ChatBubbleAvatar: React.FC<ChatBubbleAvatarProps> = ({
);
// ChatBubbleMessage
const chatBubbleMessageVariants = cva("p-4", {
const chatBubbleMessageVariants = cva("p-0", {
variants: {
variant: {
received: