fix(core): update

This commit is contained in:
2023-01-13 11:48:00 +01:00
parent 5237439f88
commit 68984d5702
3 changed files with 4 additions and 4 deletions

View File

@ -143,10 +143,10 @@ export class DeesTable<T> extends DeesElement {
display: block;
width: 100%;
min-height: 50px;
background: ${cssManager.bdTheme('#fafafa', '#333333')};
background: ${cssManager.bdTheme('#ffffff', '#333333')};
border-radius: 3px;
border-top: 1px solid ${cssManager.bdTheme('#fff', '#444')};
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.headingSeparation {
margin-top: 7px;