Skip to content

Commit

Permalink
Small margin fix for svg
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-s19 committed Feb 1, 2024
1 parent 2a1a77b commit 8cbcca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/amakrushi/src/components/chat-message-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({
alignItems: 'flex-end',
marginRight: '1px',
padding: '0 5px',
marginTop: !context?.audioPlaying ? 0 : '-14px'
}}>
{t('message.speaker')}
</p>
Expand Down

0 comments on commit 8cbcca8

Please sign in to comment.