diff --git a/apps/mobile/app/components/attachments/actions.tsx b/apps/mobile/app/components/attachments/actions.tsx index e70dc16b9..2c45c8511 100644 --- a/apps/mobile/app/components/attachments/actions.tsx +++ b/apps/mobile/app/components/attachments/actions.tsx @@ -240,36 +240,20 @@ const Actions = ({ style={{ flexDirection: "row", marginBottom: 10, - paddingHorizontal: 12 + paddingHorizontal: 12, + marginTop: 6, + gap: 10 }} > - - {attachment.type} + + {attachment.mimeType} - + {formatBytes(attachment.size)} {notes.length ? ( - + {notes.length} note {notes.length > 1 ? "s" : ""}