Skip to content

Commit

Permalink
Merge pull request #95 from xmtp-labs/ar/media-row-margin
Browse files Browse the repository at this point in the history
fix: Media Row Margin
  • Loading branch information
alexrisch authored May 24, 2024
2 parents cdee3b7 + 393953b commit c33c24a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/ConversationInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ export const ConversationInput: FC<ConversationInputProps> = ({

return (
<VStack flexShrink={1}>
<HStack alignItems={'flex-end'} backgroundColor={'transparent'}>
<HStack
marginX={2}
alignItems={'flex-end'}
backgroundColor={'transparent'}>
<Pressable onPress={handleImageUploadPress}>
<Icon name="photo" size={40} color={colors.actionPrimary} />
</Pressable>
Expand Down

0 comments on commit c33c24a

Please sign in to comment.