fix(editor): Fix more dark mode issues (no-changelog) (#7578)

Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
Jan Oberhauser
2023-11-02 10:57:08 +01:00
committed by GitHub
parent 721a36637c
commit be49778388
4 changed files with 18 additions and 8 deletions

View File

@@ -1004,6 +1004,9 @@ export default defineComponent({
--configurable-node-icon-size
) - 2 * var(--spacing-s)
);
.node-name > p {
color: var(--color-configurable-node-name);
}
}
.node-default {