diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/forms/SearchInput.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/forms/SearchInput.tsx b/src/components/forms/SearchInput.tsx index 97540d0bc..cbf02ac8b 100644 --- a/src/components/forms/SearchInput.tsx +++ b/src/components/forms/SearchInput.tsx @@ -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, |