Skip to content

Commit

Permalink
fix(theme-yun): search btn hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jan 1, 2025
1 parent 34b4f9f commit bc21428
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/valaxy-theme-yun/components/YunSearchBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ function onClick() {

<template>
<button
class="yun-search-btn popup-trigger size-12 inline-flex justify-center items-center"
:class="!open && 'hover-bg-white/80 hover:bg-black/80'"
class="yun-search-btn yun-icon-btn popup-trigger rounded-none! size-12 inline-flex justify-center items-center"
text="xl $va-c-text"
:title="t('menu.search')"
@click="onClick"
Expand Down

0 comments on commit bc21428

Please sign in to comment.