Skip to content

Commit

Permalink
fix: empty chat img alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Aug 30, 2023
1 parent 0949260 commit 88d8dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export const ChatBody = React.forwardRef(({ role, peerId, scrollToBottom, mwebSt
justify="center"
>
<Box>
<img src={emptyChat} alt="Empty Chat" height={132} width={185} />
<img src={emptyChat} alt="Empty Chat" height={132} width={185} style={{ margin: '0 auto' }} />
<Text variant="h5" css={{ mt: '$8', c: '$on_surface_high' }}>
Start a conversation
</Text>
Expand Down

0 comments on commit 88d8dd9

Please sign in to comment.