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',