diff --git a/src/components/ui/VnSearchbar.vue b/src/components/ui/VnSearchbar.vue index c3de94bf5..cbf83a6ed 100644 --- a/src/components/ui/VnSearchbar.vue +++ b/src/components/ui/VnSearchbar.vue @@ -197,7 +197,7 @@ async function search() { } :deep(.q-field--dark .q-field__native:focus) { - background-color: white; + background-color: transparent; color: black; }