extend for font sizing, etc

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