extend for font sizing, etc
This commit is contained in:
committed by
Samuel Newman
parent
d15358cd1a
commit
023363e6e9
@@ -131,11 +131,13 @@ function OuterAlert({
|
|||||||
style={[
|
style={[
|
||||||
t.atoms.bg,
|
t.atoms.bg,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
{borderRadius: 48, maxWidth: 320},
|
{borderRadius: 48, maxWidth: 320, maxHeight: '90%'},
|
||||||
a.overflow_hidden,
|
a.overflow_hidden,
|
||||||
]}>
|
]}>
|
||||||
<Context.Provider value={context}>
|
<Context.Provider value={context}>
|
||||||
<View testID={testID}>{children}</View>
|
<View testID={testID} style={[a.flex_1]}>
|
||||||
|
{children}
|
||||||
|
</View>
|
||||||
</Context.Provider>
|
</Context.Provider>
|
||||||
</Pressable>
|
</Pressable>
|
||||||
</Pressable>
|
</Pressable>
|
||||||
|
|||||||
Reference in New Issue
Block a user