Skip to content

Commit

Permalink
feat(proxies): replace gradient with pure background color
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Oct 10, 2024
1 parent 9f7f8d0 commit e273439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ProxyNodeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export const ProxyNodeCard = (props: {
<div
class={twMerge(
'card tooltip card-compact tooltip-accent bg-neutral text-neutral-content',
isSelected &&
'bg-gradient-to-l from-primary to-secondary text-primary-content',
isSelected && 'bg-primary text-primary-content',
onClick && 'cursor-pointer',
)}
data-tip={proxyName}
Expand Down

0 comments on commit e273439

Please sign in to comment.