Fixed eye not being gray when connected to edge
This commit is contained in:
parent
faa27183df
commit
7b590f24a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue