From 0b06a93833b861f6402653bce60a6fd473a62290 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 7 May 2025 21:49:49 +0300 Subject: [PATCH] add 10px more padding (#8345) --- src/components/Dialog/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index f9712f7797..4c6c5816c5 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]}