fix(canvas): C1/C2/C3/C5 dark-theme CSS and ReactFlow colorMode

This commit is contained in:
Canvas Agent 2026-04-16 10:45:16 +00:00
parent 28f3e33581
commit c936b451a9

View File

@ -323,8 +323,8 @@
border-radius: 6px;
font-size: 14px;
font-family: inherit;
background: #18181b;
color: #d4d4d8;
background: rgb(39 39 42);
color: rgb(212 212 216);
}
.add-key-form__select:focus,
@ -398,8 +398,8 @@
border-radius: 6px;
font-size: 14px;
font-family: monospace;
background: #18181b;
color: #d4d4d8;
background: rgb(39 39 42);
color: rgb(212 212 216);
}
.key-value-field input:focus {