nvis-fe-cms-libs 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3525,8 +3525,8 @@ const MindMapNode = ({ id, icon: Icon2, text, color, position, delay = 0, onDrag
3525
3525
  className: "backdrop-blur-md px-4 py-2.5 rounded-2xl shadow-2xl border-2 flex items-center gap-2.5 cursor-pointer transform transition-all duration-300",
3526
3526
  style: {
3527
3527
  background: isHovered || isDragging ? colorStyle.gradientHover : colorStyle.gradient,
3528
- borderColor: colorStyle.border + "80",
3529
- boxShadow: `0 10px 40px ${colorStyle.shadowColor}4D`,
3528
+ borderColor: colorStyle.border,
3529
+ boxShadow: `0 10px 40px ${colorStyle.shadowColor}`,
3530
3530
  transform: isHovered || isDragging ? "scale(1.1)" : "scale(1)",
3531
3531
  filter: isHovered || isDragging ? "brightness(1.1)" : "brightness(1)",
3532
3532
  rotate: isDragging ? "2deg" : "0deg"