fix(editor): Fix issues in dark mode (#9068)

Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
Tomi Turtiainen
2024-04-08 09:21:54 +03:00
committed by GitHub
parent df56153f8b
commit 7467aa30e6
8 changed files with 14 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ export default defineComponent({
z-index: 10;
width: 100%;
height: calc(100% - 50px);
background-color: var(--color-background-base);
background-color: var(--color-run-data-background);
overflow: hidden;
text-align: center;