Skip to content

Commit ecec22d

Browse files
committed
styling tweaks
1 parent aa667f8 commit ecec22d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/vps-web/src/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ body.code-flow-canvas {
1818
pointer-events: stroke;
1919
}
2020

21+
.taskbar-container,
2122
.menu {
2223
scrollbar-width: none;
2324
-ms-overflow-style: none;
2425
}
26+
2527
.code-flow-canvas .rect-node input::selection {
2628
@apply bg-slate-500;
2729
@apply text-white;

libs/web-flow-executor/src/nodes/value.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const getValue: NodeTaskFactory<NodeInfo> = (
102102
'div',
103103
{
104104
class: `inner-node ${
105-
theme?.nodeInversedBackground ?? 'bg-slate-500'
105+
theme?.nodeBackground ?? 'bg-slate-500'
106106
} p-4 rounded`,
107107
},
108108
undefined

0 commit comments

Comments
 (0)