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}