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 d39ee65 commit 79f6927Copy full SHA for 79f6927
app/src/molecules/InterventionModal/ModalContentMixed.tsx
@@ -79,7 +79,11 @@ export type ModalContentMixedProps = ModalContentMixedTextProps &
79
ModalContentMixedMediaProps
80
export function ModalContentMixed(props: ModalContentMixedProps): JSX.Element {
81
return (
82
- <Flex flexDirection={DIRECTION_COLUMN} alignItems={ALIGN_CENTER} padding={SPACING.spacing40}>
+ <Flex
83
+ flexDirection={DIRECTION_COLUMN}
84
+ alignItems={ALIGN_CENTER}
85
+ padding={SPACING.spacing40}
86
+ >
87
<ModalContentMixedMedia {...props} />
88
<StyledText
89
fontSize={TYPOGRAPHY.fontSize32}
0 commit comments