We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d70e5 commit ced20d4Copy full SHA for ced20d4
src/components/Attachments/AttachmentView/index.tsx
@@ -299,7 +299,7 @@ function AttachmentView({
299
if (!isUploaded) {
300
return (
301
<>
302
- <View style={styles.imageModalImageCenterContainer}>
+ <View style={[styles.imageModalImageCenterContainer, styles.ph10]}>
303
<DefaultAttachmentView
304
icon={Gallery}
305
fileName={file?.name}
0 commit comments