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, a.justify_center,
{height: 150}, {height: 150},
t.atoms.bg_contrast_100, t.atoms.bg_contrast_100,
web(a.mt_2xl),
]}> ]}>
<EnvelopeIcon width={64} fill="white" /> <EnvelopeIcon width={64} fill="white" />
</View> </View>
@@ -356,7 +355,6 @@ export function Inner({
) : null} ) : null}
</View> </View>
</View> </View>
<Dialog.Close />
</Dialog.ScrollableInner> </Dialog.ScrollableInner>
) )
} }