Skip to content

Commit c2a8bd5

Browse files
committed
Merge remote-tracking branch 'origin/main' into sdk-workflow-interface-v1
2 parents e0d192d + 9952dcd commit c2a8bd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/src/components/node/BaseNode.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ const getNodeStyles = (colors: string[]) =>
279279
},
280280

281281
"&.is-loading::before": {
282-
opacity: 1
282+
opacity: 1,
283+
borderRadius: BORDER_RADIUS.xl
283284
}
284285
});
285286

0 commit comments

Comments
 (0)