fix(core): update

This commit is contained in:
2023-04-05 18:57:12 +02:00
parent 8588888ce7
commit 0f45633666
3 changed files with 4 additions and 3 deletions

View File

@ -63,7 +63,8 @@ export class DeesDataviewStatusobject extends DeesElement {
.mainbox {
max-width: 600px;
border-radius: 3px;
background: #1b1b1b;
background: ${cssManager.bdTheme('#fff', '#1b1b1b')};
box-shadow: 0px 1px 3px #00000030;
min-height: 48px;
color: ${cssManager.bdTheme('#000', '#fff')};
}