mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix bug where progress bar had the wrong part name
This commit is contained in:
@@ -31,7 +31,7 @@ export class ProgressBar {
|
||||
aria-valuenow={this.percentage}
|
||||
>
|
||||
<div
|
||||
part="base"
|
||||
part="indicator"
|
||||
class="progress-bar__indicator"
|
||||
style={{
|
||||
width: `${this.percentage}%`
|
||||
|
||||
Reference in New Issue
Block a user