fix(qa-lab): set themed background on app-shell so light mode covers dark body

This commit is contained in:
Peter Steinberger
2026-04-07 09:04:33 +01:00
parent 17085ec1a4
commit 0e51f2f2ab

View File

@@ -219,6 +219,8 @@ select {
flex-direction: column;
height: 100%;
overflow: hidden;
background: var(--bg-app);
color: var(--text);
}
/* --- Header --- */