fix(core): update

This commit is contained in:
2023-01-13 01:17:08 +01:00
parent 01963447dd
commit a00bacd4ff
4 changed files with 25 additions and 17 deletions

View File

@@ -181,7 +181,7 @@ export class DeesButton extends DeesElement {
@click="${this.dispatchClick}"
>
${this.status === 'normal' ? html``: html`
<dees-spinner status="${this.status}"></dees-spinner>
<dees-spinner .bnw=${true} status="${this.status}"></dees-spinner>
`}
<div class="textbox">${this.text ? this.text : this.textContent}</div>
</div>