From 023363e6e95559c6c32413deffef69a89e343118 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} +