You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(component/progressbar): fix progressbar showing label when progress == 0 (#698)
* fix: group list styling (#668)
* fix: group list styling
* fix: borders between list group items
---------
Co-authored-by: Mees van Dongen <[email protected]>
Co-authored-by: Ricardo Lüders <[email protected]>
* fix(progress.tsx): progress bar shows labels even when it is disabled at progress value is 0
The conditional rendring using the '&&' would return 0 on condition being false which would get
displayed when progress value is 0. This was fixed using ternary operator instead. And also the
label would get hidden at low progress values which is now fixed.
fix#696
* style(default.ts): changed progress bar label(inside label) color for light mode
* fix(components/progressbar): fix progressbar showing label when progress == 0
---------
Co-authored-by: Mees van Dongen <[email protected]>
Co-authored-by: Ricardo Lüders <[email protected]>
0 commit comments