Skip to content

Commit cc281b1

Browse files
committed
change styling to match design doc
1 parent 715cdbc commit cc281b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/domain/Groups/HTMLMessagesRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function HTMLMessagesRow({errors, onDismiss}: HTMLMessagesRowProps) {
2828
),
2929
}}
3030
onDismiss={onDismiss}
31-
containerStyles={[styles.mh5, styles.mb3]}
31+
containerStyles={[styles.mh5, styles.mt3]}
3232
/>
3333
)
3434
);

0 commit comments

Comments
 (0)