Skip to content

Commit

Permalink
Merge pull request #21 from farzin-fs/fix-android-search-bar-ui-issue
Browse files Browse the repository at this point in the history
fix: 💄 fix android search bar ui issue
  • Loading branch information
farzinmirzaie authored Sep 9, 2022
2 parents c5eaed2 + ec1aa00 commit 03eab53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const SearchBar: React.FC<TProps> = ({ onSubmit }) => {
blurOnSubmit={false}
returnKeyType={'search'}
placeholderTextColor={colors.textSecondary}
underlineColorAndroid={colors.accent}
selectionColor={colors.accent}
/>
<Spacer />
Expand Down

0 comments on commit 03eab53

Please sign in to comment.