Skip to content

Commit eed8f16

Browse files
committed
fix(ui): dark loops
1 parent 9cbff55 commit eed8f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sim/app/w/[id]/components/workflow-loop/workflow-loop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function createLoopNode({ loopId, loop, blocks }: WorkflowLoopProps) {
9999
id: `loop-${loopId}`,
100100
type: 'group',
101101
position: { x: loopBounds.x, y: loopBounds.y },
102-
className: 'bg-[rgb(247,247,248)] dark:bg-[rgb(36,37,45)]',
102+
className: 'bg-[rgb(247,247,248)] dark:bg-[rgb(36,37,45)] dark:bg-opacity-50',
103103
style: {
104104
border: '1px solid rgb(203, 213, 225)',
105105
borderRadius: '12px',

0 commit comments

Comments
 (0)