From 2a06d67fb46d30ec52a901705ae42c2cbec7131a 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 595432a971..234f1871f2 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -121,11 +121,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} +