From 0b06a93833b861f6402653bce60a6fd473a62290 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 7 May 2025 21:49:49 +0300 Subject: add 10px more padding (#8345) --- src/components/Dialog/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/Dialog/index.tsx') diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index f9712f779..4c6c5816c 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -298,9 +298,7 @@ export const InnerFlatList = React.forwardRef< - } + ListFooterComponent={} ref={ref} {...props} style={[style]} -- cgit 1.4.1