add placeholder color to theme

This commit is contained in:
ammarahm-ed
2021-12-30 10:42:03 +05:00
parent b4ea290e73
commit ce5f3ec81a
10 changed files with 17 additions and 11 deletions

View File

@@ -448,7 +448,7 @@ const TopicItem = ({item, index, colors, onPress, onDelete}) => {
}
]}
defaultValue={item}
placeholderTextColor={colors.icon}
placeholderTextColor={colors.placeholder}
/>
<View