Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 1afc5d1

Browse files
wesleychoFoxandxss
authored andcommitted
fix(progressbar): use more visible color
- Due to the fixed color of the bar, switch to use white text for readability Closes #4044
1 parent 9f593ba commit 1afc5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/progressbar/docs/demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h3>Static</h3>
99

1010
<hr />
1111
<h3>Dynamic <button class="btn btn-sm btn-primary" type="button" ng-click="random()">Randomize</button></h3>
12-
<progressbar max="max" value="dynamic"><span style="color:black; white-space:nowrap;">{{dynamic}} / {{max}}</span></progressbar>
12+
<progressbar max="max" value="dynamic"><span style="color:white; white-space:nowrap;">{{dynamic}} / {{max}}</span></progressbar>
1313

1414
<small><em>No animation</em></small>
1515
<progressbar animate="false" value="dynamic" type="success"><b>{{dynamic}}%</b></progressbar>

0 commit comments

Comments
 (0)