Skip to content

Commit

Permalink
fixes preview not centered in carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed May 13, 2024
1 parent 17ed872 commit 3763d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function CarouselItem({item, onPress, isFocused, isModalHovered}: CarouselItemPr

return (
<View style={[styles.flex1]}>
<View style={[styles.flex1]}>
<View style={[styles.imageModalImageCenterContainer]}>
<AttachmentView
source={item.source}
file={item.file}
Expand Down

0 comments on commit 3763d32

Please sign in to comment.