Skip to content

Commit

Permalink
fix: proxy card style
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Dec 10, 2024
1 parent 8ed0b92 commit 5803d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/proxies/ProxyNodeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div
:class="
twMerge(
'flex cursor-pointer flex-wrap items-center justify-end gap-1 rounded-md bg-base-200 p-2 shadow sm:hover:scale-105',
active && 'bg-primary text-primary-content',
'flex cursor-pointer flex-wrap items-center justify-end gap-1 rounded-md bg-base-200 p-2',
active ? 'bg-primary text-primary-content' : 'shadow sm:hover:bg-base-300',
truncateProxyName && isTruncated && 'tooltip text-left',
)
"
Expand Down

0 comments on commit 5803d86

Please sign in to comment.