diff --git a/packages/hoppscotch-app/components/app/PowerSearchEntry.vue b/packages/hoppscotch-app/components/app/PowerSearchEntry.vue index 158761f1a..497e8b030 100644 --- a/packages/hoppscotch-app/components/app/PowerSearchEntry.vue +++ b/packages/hoppscotch-app/components/app/PowerSearchEntry.vue @@ -11,6 +11,7 @@ hover:bg-primaryLight focus:outline-none focus-visible:bg-primaryLight + search-entry " tabindex="0" @click="$emit('action', shortcut.action)" @@ -19,10 +20,10 @@