Skip to content

Commit

Permalink
Fixed issue 5845 (#6085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit3523 authored Nov 5, 2024
1 parent b0b00c9 commit 9772116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const SearchInput = React.forwardRef<TextInput, SearchInputProps>(
<View
style={[
a.absolute,
a.z_10,
a.z_20,
a.my_auto,
a.inset_0,
a.justify_center,
Expand Down

0 comments on commit 9772116

Please sign in to comment.