Ditch close and push up image

This commit is contained in:
Eric Bailey
2025-04-23 10:43:00 -05:00
parent f67bad2c0b
commit 0fed4122bf
@@ -171,7 +171,6 @@ export function Inner({
a.justify_center,
{height: 150},
t.atoms.bg_contrast_100,
web(a.mt_2xl),
]}>
<EnvelopeIcon width={64} fill="white" />
</View>
@@ -356,7 +355,6 @@ export function Inner({
) : null}
</View>
</View>
<Dialog.Close />
</Dialog.ScrollableInner>
)
}