Skip to content

Commit ced20d4

Browse files
committed
fix: padding on small screen width for DefaultAttachmentView
1 parent 83d70e5 commit ced20d4

File tree

1 file changed

+1
-1
lines changed
  • src/components/Attachments/AttachmentView

1 file changed

+1
-1
lines changed

src/components/Attachments/AttachmentView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function AttachmentView({
299299
if (!isUploaded) {
300300
return (
301301
<>
302-
<View style={styles.imageModalImageCenterContainer}>
302+
<View style={[styles.imageModalImageCenterContainer, styles.ph10]}>
303303
<DefaultAttachmentView
304304
icon={Gallery}
305305
fileName={file?.name}

0 commit comments

Comments
 (0)