File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export class HolyProgress {
7373 initialPosition : 0.08 ,
7474 easing : 'linear' ,
7575 speed : 200 ,
76- color : '#59a2ff' ,
76+ color : DEFAULTS . color ,
7777 height : 4 ,
7878 zIndex : 2147483647 ,
7979 boxShadow : undefined ,
@@ -131,7 +131,7 @@ export class HolyProgress {
131131 this . removeBar ( ) ;
132132 next ( ) ;
133133 } , speed ) ;
134- // this.removeSpinner();
134+ this . removeSpinner ( ) ;
135135 } , speed ) ;
136136 } else {
137137 setTimeout ( next , speed ) ;
@@ -352,7 +352,7 @@ export class HolyProgress {
352352
353353 spinner . style . border = 'solid 2px transparent' ;
354354 spinner . style . borderTopColor = DEFAULTS . color ;
355- spinner . style . borderLeftColor = DEFAULTS . color ;
355+ spinner . style . borderLeftColor = this . settings . color ;
356356 spinner . style . borderRadius = '50%' ;
357357 spinner . style . animation = 'holy-progress-spinner 400ms linear infinite' ;
358358
You can’t perform that action at this time.
0 commit comments