Skip to content

Commit

Permalink
Fix mb-1 on ChatMessageBubble
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jan 16, 2025
1 parent dcbe297 commit dca1c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ChatMessageBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function ChatMessageBubble({ message, avatarURL }: ChatMessageBubbleProps
</Avatar>
<View className={`rounded-xl border p-3 ${bubbleColor} ${borderColor}`}>
{message.attachment?.url && (
<View className="mt-2">
<View className="mb-1">
{hasImage ? (
<Image
style={mediaStyles.media}
Expand Down

0 comments on commit dca1c36

Please sign in to comment.