Skip to content

Commit e5cdb44

Browse files
committed
fix: spinner color
1 parent d08091b commit e5cdb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HolyProgress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export class HolyProgress {
351351
spinner.style.boxSizing = 'border-box';
352352

353353
spinner.style.border = 'solid 2px transparent';
354-
spinner.style.borderTopColor = DEFAULTS.color;
354+
spinner.style.borderTopColor = this.settings.color;
355355
spinner.style.borderLeftColor = this.settings.color;
356356
spinner.style.borderRadius = '50%';
357357
spinner.style.animation = 'holy-progress-spinner 400ms linear infinite';

0 commit comments

Comments
 (0)