fix overflow
This commit is contained in:
@@ -69,7 +69,7 @@ const ChatBubbleAvatar: React.FC<ChatBubbleAvatarProps> = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
// ChatBubbleMessage
|
// ChatBubbleMessage
|
||||||
const chatBubbleMessageVariants = cva("p-4", {
|
const chatBubbleMessageVariants = cva("p-0", {
|
||||||
variants: {
|
variants: {
|
||||||
variant: {
|
variant: {
|
||||||
received:
|
received:
|
||||||
|
|||||||
Reference in New Issue
Block a user