Skip to content

Commit

Permalink
fix: Media Row Margin
Browse files Browse the repository at this point in the history
Added margin to conversation media row
  • Loading branch information
Alex Risch authored and Alex Risch committed May 23, 2024
1 parent 8927220 commit 393953b
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 393953b

Please sign in to comment.