Fix bug where progress bar had the wrong part name

pull/186/head
Cory LaViska 2020-08-16 10:54:11 -04:00
rodzic 19934bbd15
commit 15f0662e77
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ export class ProgressBar {
aria-valuenow={this.percentage}
>
<div
part="base"
part="indicator"
class="progress-bar__indicator"
style={{
width: `${this.percentage}%`