Skip to content

Commit

Permalink
fix: circular progress
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Dec 10, 2023
1 parent bab9da3 commit 4263164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vacuum-card.ts
Expand Up @@ -329,10 +329,10 @@ export class VacuumCard extends LitElement {
<span class="status-text" alt=${localizedStatus}>
${localizedStatus}
</span>
<mwc-circular-progress
<ha-circular-progress
.indeterminate=${this.requestInProgress}
density="-5"
></mwc-circular-progress>
size="small"
></ha-circular-progress>
</div>
`;
}
Expand Down

0 comments on commit 4263164

Please sign in to comment.