fix(core): update
This commit is contained in:
@ -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')};
|
||||
}
|
||||
`
|
||||
];
|
||||
|
Reference in New Issue
Block a user