mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-27 10:44:02 +08:00
feat(proxies): replace gradient with pure background color
This commit is contained in:
parent
9f7f8d0161
commit
e273439f68
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user