Skip to content

Commit

Permalink
fix: dropdown item hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Nov 25, 2024
1 parent c2f70a9 commit 1a4e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<button
v-else
:class="[
active ? 'bg-surface-gray-2' : 'text-ink-gray-6',
active ? 'bg-surface-gray-3' : 'text-ink-gray-6',
'group flex h-7 w-full items-center rounded px-2 text-base',
]"
@click="item.onClick"
Expand Down

0 comments on commit 1a4e4af

Please sign in to comment.