extend for font sizing, etc

This commit is contained in:
vineyardbovines
2026-03-05 12:56:04 -05:00
committed by Samuel Newman
parent d15358cd1a
commit 023363e6e9
+4 -2
View File
@@ -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,
]}>
<Context.Provider value={context}>
<View testID={testID}>{children}</View>
<View testID={testID} style={[a.flex_1]}>
{children}
</View>
</Context.Provider>
</Pressable>
</Pressable>