1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Revert "[AC-1423] Add minWidth input to bit-progress component"

This reverts commit 95b2223a30.
This commit is contained in:
Shane Melton
2023-06-21 17:02:20 -07:00
parent 72997070ab
commit 6782dd4a7f
3 changed files with 1 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
aria-valuemin="0"
aria-valuemax="100"
attr.aria-valuenow="{{ barWidth }}"
[ngStyle]="{ width: barWidthPercentage + '%' }"
[ngStyle]="{ width: barWidth + '%' }"
>
<div
*ngIf="displayText"