diff options
Diffstat (limited to 'src/components/Dialog/index.web.tsx')
-rw-r--r-- | src/components/Dialog/index.web.tsx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/Dialog/index.web.tsx b/src/components/Dialog/index.web.tsx index c43e9c5c0..12bd8819b 100644 --- a/src/components/Dialog/index.web.tsx +++ b/src/components/Dialog/index.web.tsx @@ -195,13 +195,7 @@ export function Inner({ onDismiss={close} style={{display: 'flex', flexDirection: 'column'}}> {header} - <View - style={[ - gtMobile ? a.p_2xl : a.p_xl, - a.overflow_hidden, - a.rounded_md, - contentContainerStyle, - ]}> + <View style={[gtMobile ? a.p_2xl : a.p_xl, contentContainerStyle]}> {children} </View> </DismissableLayer.DismissableLayer> |