Skip to content

Commit e4e478e

Browse files
refactor: use different hover state
1 parent d266f98 commit e4e478e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ defineOgImageComponent('Default', {
723723
</div>
724724
<NuxtLink
725725
:to="{ name: 'package', params: { package: [query] } }"
726-
class="shrink-0 px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md hover:text-fg-subtle focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
726+
class="shrink-0 px-4 py-2 font-mono text-sm text-bg bg-fg rounded-md hover:bg-fg/90 hover:text-bg focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"
727727
>
728728
{{ $t('search.not_invalid_button_label', { name: query }) }}
729729
</NuxtLink>

0 commit comments

Comments
 (0)