Fixed eye not being gray when connected to edge

This commit is contained in:
Lucas Oliveira 2024-06-19 14:34:08 -03:00
commit 7b590f24a5

View file

@ -304,7 +304,7 @@ export default function ParameterComponent({
data-testid={`output-inspection-${title.toLowerCase()}`}
>
<IconComponent
className="h-4 w-4"
className={cn("h-4 w-4", disabledOutput ? "text-muted-foreground" : "")}
strokeWidth={1.5}
name={data.node?.outputs![index].hidden ? "EyeOff" : "Eye"}
/>