Skip to content

Commit f63ef79

Browse files
committed
Fix edit composer one-line height by removing vestigial bottom margin on cancel button
1 parent 6c1d4d1 commit f63ef79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/inbox/report/ReportActionItemMessageEdit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function ReportActionItemMessageEdit({action, reportID, originalReportID, policy
416416
<MessageEditCancelButton
417417
testID={CONST.COMPOSER.TEST_ID.MESSAGE_EDIT_CANCEL_INLINE}
418418
onCancel={deleteDraft}
419-
style={[styles.justifyContentEnd, styles.mb1]}
419+
style={styles.justifyContentEnd}
420420
/>
421421
<View style={StyleUtils.getContainerComposeStyles()}>
422422
<Composer

0 commit comments

Comments
 (0)