Skip to content

Commit

Permalink
fix: fix circular progress
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Dec 10, 2023
1 parent 83ad481 commit 3afe6a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/purifier-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ export class PurifierCard extends LitElement {
<span class="state-text" alt=${localizedState}>
${localizedState}
</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 3afe6a8

Please sign in to comment.