We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa667f8 commit ecec22dCopy full SHA for ecec22d
apps/vps-web/src/styles.css
@@ -18,10 +18,12 @@ body.code-flow-canvas {
18
pointer-events: stroke;
19
}
20
21
+.taskbar-container,
22
.menu {
23
scrollbar-width: none;
24
-ms-overflow-style: none;
25
26
+
27
.code-flow-canvas .rect-node input::selection {
28
@apply bg-slate-500;
29
@apply text-white;
libs/web-flow-executor/src/nodes/value.ts
@@ -102,7 +102,7 @@ export const getValue: NodeTaskFactory<NodeInfo> = (
102
'div',
103
{
104
class: `inner-node ${
105
- theme?.nodeInversedBackground ?? 'bg-slate-500'
+ theme?.nodeBackground ?? 'bg-slate-500'
106
} p-4 rounded`,
107
},
108
undefined
0 commit comments