about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRohit Bansal <40559587+Rohit3523@users.noreply.github.com>2024-11-05 21:57:30 +0530
committerGitHub <noreply@github.com>2024-11-05 16:27:30 +0000
commit97721163439765f6f33bf850c657c30f452e2c48 (patch)
tree18711b28c08516a72e61b94aa9a9248e5dfcf55d
parentb0b00c9c7ad458211133ca16a3532efc836e87e6 (diff)
downloadvoidsky-97721163439765f6f33bf850c657c30f452e2c48.tar.zst
Fixed issue 5845 (#6085)
-rw-r--r--src/components/forms/SearchInput.tsx2
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,