fix(appui-maincontent): adjust main content background theme colors

This commit is contained in:
2026-04-03 19:25:18 +00:00
parent cde2a833ef
commit 4370efe6fb
3 changed files with 7 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ export class DeesAppuiMaincontent extends DeesElement {
grid-template-rows: auto 1fr;
width: 100%;
height: 100%;
background: ${cssManager.bdTheme('#ffffff', '#161616')};
background: ${cssManager.bdTheme('#fafafa', '#0a0a0a')};
}
.maincontainer {