reza fixed search box placeholder color

master
Reza_ashrafi 2 years ago
parent aad59e00f5
commit 16eb8dca13
  1. 2
      src/components/Search.js

@ -36,7 +36,7 @@ const Search = ({
style={[styles.inputStyle, tw("rounded-sm")]} style={[styles.inputStyle, tw("rounded-sm")]}
onChangeText={(text) => onChange(text)} onChangeText={(text) => onChange(text)}
placeholder={placeholder} placeholder={placeholder}
placeholderTextColor={Colors.theme1[theme].gray20} placeholderTextColor={Colors.theme1[theme].gray20 + '88'}
value={value} value={value}
/> />
<Pressable style={tw("absolute left-3 top-3")}> <Pressable style={tw("absolute left-3 top-3")}>

Loading…
Cancel
Save