fix(ui): dark loops

This commit is contained in:
Emir Karabeg
2025-03-30 13:38:03 -07:00
parent 9cbff55a6f
commit eed8f16500

View File

@@ -99,7 +99,7 @@ export function createLoopNode({ loopId, loop, blocks }: WorkflowLoopProps) {
id: `loop-${loopId}`,
type: 'group',
position: { x: loopBounds.x, y: loopBounds.y },
className: 'bg-[rgb(247,247,248)] dark:bg-[rgb(36,37,45)]',
className: 'bg-[rgb(247,247,248)] dark:bg-[rgb(36,37,45)] dark:bg-opacity-50',
style: {
border: '1px solid rgb(203, 213, 225)',
borderRadius: '12px',