From 654a5782c6c7d5e870f153096be46ab7bf3066ca Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Thu, 5 Mar 2026 12:56:04 -0500 Subject: [PATCH] extend for font sizing, etc --- src/components/Dialog/index.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 75284e0247..1e7beef675 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -131,11 +131,13 @@ function OuterAlert({ style={[ t.atoms.bg, a.w_full, - {borderRadius: 48, maxWidth: 320}, + {borderRadius: 48, maxWidth: 320, maxHeight: '90%'}, a.overflow_hidden, ]}> - {children} + + {children} +