From 05e526a712a5de4045b6a1bc2c9523c6c0a5f062 Mon Sep 17 00:00:00 2001 From: Itai Ktalav Date: Fri, 22 Dec 2023 11:20:40 +0200 Subject: [PATCH] Remove padding from item containers. This instead can be set in the style given to the itemContainerStyle --- src/components/Dropdown/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Dropdown/styles.ts b/src/components/Dropdown/styles.ts index 751c62a..9d6e486 100644 --- a/src/components/Dropdown/styles.ts +++ b/src/components/Dropdown/styles.ts @@ -39,7 +39,6 @@ export const styles = StyleSheet.create({ writingDirection: I18nManager.isRTL ? 'rtl' : 'ltr', }, item: { - padding: 17, flexDirection: I18nManager.isRTL ? 'row-reverse' : 'row', justifyContent: 'space-between', alignItems: 'center',