diff --git a/src/ProgressBar.ts b/src/ProgressBar.ts index eb66d2f..6dfce3c 100755 --- a/src/ProgressBar.ts +++ b/src/ProgressBar.ts @@ -137,7 +137,7 @@ export default class ProgressBar { private refresh(): void { requestAnimationFrame(() => { - this.progressElement.style.setProperty("--progress", String(this.value)); + this.progressElement.style.setProperty('--progress', String(this.value)); }); }