feat(editor): NDV UI overhaul experiment (#14209)

Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
Elias Meire
2025-07-04 17:14:17 +02:00
committed by GitHub
parent 5db122be0d
commit 6ef38411d8
33 changed files with 2528 additions and 195 deletions

View File

@@ -477,7 +477,7 @@ const onNodeExecute = () => {
position: relative;
width: 100%;
height: 100%;
background-color: var(--color-background-base);
background-color: var(--color-run-data-background);
display: flex;
flex-direction: column;