Skip to content

Commit 79f6927

Browse files
committed
spacing
1 parent d39ee65 commit 79f6927

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/molecules/InterventionModal/ModalContentMixed.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ export type ModalContentMixedProps = ModalContentMixedTextProps &
7979
ModalContentMixedMediaProps
8080
export function ModalContentMixed(props: ModalContentMixedProps): JSX.Element {
8181
return (
82-
<Flex flexDirection={DIRECTION_COLUMN} alignItems={ALIGN_CENTER} padding={SPACING.spacing40}>
82+
<Flex
83+
flexDirection={DIRECTION_COLUMN}
84+
alignItems={ALIGN_CENTER}
85+
padding={SPACING.spacing40}
86+
>
8387
<ModalContentMixedMedia {...props} />
8488
<StyledText
8589
fontSize={TYPOGRAPHY.fontSize32}

0 commit comments

Comments
 (0)