Fix bug where progress bar had the wrong part name

This commit is contained in:
Cory LaViska
2020-08-16 10:54:11 -04:00
parent 19934bbd15
commit 15f0662e77

View File

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