浏览代码

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

tags/1.0.0
NFish 8 个月前
父节点
当前提交
e0d1cab079
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/workflow/nodes/iteration/node.tsx

+ 1
- 1
web/app/components/workflow/nodes/iteration/node.tsx 查看文件

@@ -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}`}

正在加载...
取消
保存