fix: always show node border color, widen to 2px on selection
This commit is contained in:
@@ -38,7 +38,7 @@ export function ProxmoxGroupNode(props: NodeProps<Node<NodeData>>) {
|
||||
<div
|
||||
className="w-full h-full rounded-xl border-2 flex flex-col overflow-hidden"
|
||||
style={{
|
||||
borderColor: selected ? glow : isOnline ? `${glow}66` : '#30363d',
|
||||
borderColor: selected ? glow : `${glow}88`,
|
||||
background: isOnline ? `${colors.background}cc` : `${colors.background}aa`,
|
||||
boxShadow: isOnline
|
||||
? `0 0 20px ${glow}1a, inset 0 0 40px ${glow}08`
|
||||
|
||||
Reference in New Issue
Block a user