Skip to content

Commit

Permalink
Merge pull request #26 from s-maheshbabu/bubble_styles
Browse files Browse the repository at this point in the history
Make user bubble and chat bubble styles apply independently.
  • Loading branch information
brandonmowat committed Sep 14, 2020
2 parents e295c58 + 4a2fcb5 commit 8308e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChatBubble/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default class ChatBubble extends React.Component {
...bubblesCentered
? {}
: styles.recipientChatbubbleOrientationNormal,
...chatbubble,
...userBubble,
...chatbubble,
};

return (
Expand Down

0 comments on commit 8308e1c

Please sign in to comment.