From 6859783a2682a80d6f5ca0f024d9241c93f48996 Mon Sep 17 00:00:00 2001 From: Jordan Jones Date: Mon, 2 Oct 2023 12:33:06 -0700 Subject: [PATCH] perf(class): add class to span wrapping around content #233 --- src/auro-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auro-button.js b/src/auro-button.js index 5b28657..7606020 100644 --- a/src/auro-button.js +++ b/src/auro-button.js @@ -194,7 +194,7 @@ export class AuroButton extends LitElement { > ${ifDefined(this.loading ? html`` : undefined)} - + ${this.iconOnly ? undefined : html``}