Skip to content

Commit e572a5e

Browse files
committed
chore(Chat): updated to 5.0.0
1 parent d945a42 commit e572a5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ChatBubble/ChatBubbleMessage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const ChatBubbleMessage = React.forwardRef<
1515
const classes = twMerge(
1616
'chat-bubble',
1717
clsx({
18+
'chat-bubble-neutral': color === 'neutral',
1819
'chat-bubble-primary': color === 'primary',
1920
'chat-bubble-secondary': color === 'secondary',
2021
'chat-bubble-accent': color === 'accent',

0 commit comments

Comments
 (0)