Explorar el Código

fix: add missed background color to iteration node (#13448)

tags/1.0.0
NFish hace 8 meses
padre
commit
e0d1cab079
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/workflow/nodes/iteration/node.tsx

+ 1
- 1
web/app/components/workflow/nodes/iteration/node.tsx Ver fichero

@@ -43,7 +43,7 @@ const Node: FC<NodeProps<IterationNodeType>> = ({

return (
<div className={cn(
'relative min-w-[240px] min-h-[90px] w-full h-full rounded-2xl',
'relative min-w-[240px] min-h-[90px] w-full h-full rounded-2xl bg-workflow-canvas-workflow-bg',
)}>
<Background
id={`iteration-background-${id}`}

Cargando…
Cancelar
Guardar