fix(core): update

This commit is contained in:
2021-03-28 20:10:51 +00:00
parent 07be13cf39
commit 06b7f7fd12
2 changed files with 32 additions and 12 deletions

View File

@ -8,7 +8,7 @@ tap.test('should create a static element', async () => {
public static styles = [
deesElement.css`
.buttonClass {
background: ${deesElement.cssManager.dbTheme('blue', 'black')};
background: ${deesElement.cssManager.bdTheme('blue', 'black')};
}
`
];