This commit is contained in:
Eric Bailey
2025-02-18 09:01:02 -06:00
parent 2dab545d24
commit bdeb302b2f
+1 -3
View File
@@ -125,9 +125,7 @@ export function Outer({
style={[
a.w_full,
a.z_20,
webOptions?.alignTop
? undefined
: a.justify_center,
webOptions?.alignTop ? undefined : a.justify_center,
a.align_center,
{
minHeight: web('calc(90vh - 36px)') || undefined,