kopia lustrzana https://github.com/shoelace-style/shoelace
Fix bug where progress bar had the wrong part name
rodzic
19934bbd15
commit
15f0662e77
|
@ -31,7 +31,7 @@ export class ProgressBar {
|
|||
aria-valuenow={this.percentage}
|
||||
>
|
||||
<div
|
||||
part="base"
|
||||
part="indicator"
|
||||
class="progress-bar__indicator"
|
||||
style={{
|
||||
width: `${this.percentage}%`
|
||||
|
|
Ładowanie…
Reference in New Issue