mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
fix(chat-bubble): adjust message padding and layout styles
This commit is contained in:
parent
2605b211bc
commit
4ec1943738
@ -72,7 +72,7 @@ const ChatBubbleAvatar: React.FC<ChatBubbleAvatarProps> = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
// ChatBubbleMessage
|
// ChatBubbleMessage
|
||||||
const chatBubbleMessageVariants = cva("p-4", {
|
const chatBubbleMessageVariants = cva("p-0", {
|
||||||
variants: {
|
variants: {
|
||||||
variant: {
|
variant: {
|
||||||
received:
|
received:
|
||||||
@ -81,7 +81,7 @@ const chatBubbleMessageVariants = cva("p-4", {
|
|||||||
},
|
},
|
||||||
layout: {
|
layout: {
|
||||||
default: "",
|
default: "",
|
||||||
ai: "border-t w-full rounded-none bg-transparent",
|
ai: "w-full rounded-none bg-transparent",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
defaultVariants: {
|
defaultVariants: {
|
||||||
|
Loading…
Reference in New Issue
Block a user