We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19fab4 commit a5f5e36Copy full SHA for a5f5e36
src/components/Progress/CProgressBar.js
@@ -34,7 +34,7 @@ export default {
34
'progress-bar',
35
{
36
'progress-bar-striped': this.computedStriped || this.computedAnimated,
37
- 'progress-bar-animated': this.computedAnimated
+ 'progress-bar-animated': this.computedAnimated
38
}
39
]
40
},
@@ -54,7 +54,7 @@ export default {
54
55
computedColor () {
56
// Prefer our color over parent setting
57
- return getColor(this.color || this.$parent.color || '#20A8D8')
+ return getColor(this.color || this.$parent.color || '#fff')
58
59
computedPrecision () {
60
// Prefer our precision over parent setting
0 commit comments