From 0de39a8163e43ab1c6858b37147d8378fc6e0414 Mon Sep 17 00:00:00 2001 From: Yehuda Ringler Date: Wed, 19 Jul 2023 15:04:49 -0400 Subject: [PATCH] Add part to button spinner (#1460) --- src/components/button/button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/button.ts b/src/components/button/button.ts index 8e5d7c377..edbf99d43 100644 --- a/src/components/button/button.ts +++ b/src/components/button/button.ts @@ -317,7 +317,7 @@ export default class SlButton extends ShoelaceElement implements ShoelaceFormCon ${ this.caret ? html` ` : '' } - ${this.loading ? html`` : ''} + ${this.loading ? html`` : ''} `; /* eslint-enable lit/no-invalid-html */