From 60c6fda095dd06259f0e5dd21face678db0822e8 Mon Sep 17 00:00:00 2001 From: Andrei Galitianu Date: Wed, 3 Apr 2024 23:34:54 +0300 Subject: [PATCH] fixed search box styling --- src/components/Dropdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dropdown/index.tsx b/src/components/Dropdown/index.tsx index c6125da..d9b2af8 100644 --- a/src/components/Dropdown/index.tsx +++ b/src/components/Dropdown/index.tsx @@ -481,7 +481,7 @@ const DropdownComponent: ( testID={testID + ' input'} accessibilityLabel={accessibilityLabel + ' input'} style={[styles.input, inputSearchStyle]} - inputStyle={[inputSearchStyle, font()]} + inputStyle={font()} value={searchText} autoCorrect={false} placeholder={searchPlaceholder}