diff options
Diffstat (limited to 'src/components/Dialog')
-rw-r--r-- | src/components/Dialog/index.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index e5a6792db..b5258c02b 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -213,7 +213,8 @@ export function Inner({children, style}: DialogInnerProps) { return ( <BottomSheetView style={[ - a.p_xl, + a.py_xl, + a.px_xl, { paddingTop: 40, borderTopLeftRadius: 40, |