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(module:progress): fix stroke color is not updated
close#3441
* chore: remove color in demo
* fix: type
Co-Authored-By: Hsuan Lee <[email protected]>
* fix: type
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
* fix(module:progress): fix stroke color is not updated
closeNG-ZORRO#3441
* chore: remove color in demo
* fix: type
Co-Authored-By: Hsuan Lee <[email protected]>
* fix: type
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
* fix(module:progress): fix stroke color is not updated
closeNG-ZORRO#3441
* chore: remove color in demo
* fix: type
Co-Authored-By: Hsuan Lee <[email protected]>
* fix: type
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-3yambk?file=src/app/app.component.html
Steps to reproduce
Use nzStrokeColor in "nz-progress" with nzType="circle" or "dashboard"
What is expected?
Stroke color is changed according to nzStrokeColor when progress-bar is circle or dashboard.
What is actually happening?
Stroke color remains the default color.
The text was updated successfully, but these errors were encountered: