Skip to content

Commit

Permalink
Merge pull request #78 from DDMAL/color-fix
Browse files Browse the repository at this point in the history
fix: update `meiStatus` font color for `processing`
  • Loading branch information
yinanazhou authored Jun 28, 2024
2 parents 47df0ab + 21c94a7 commit 6b3e6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function updateStatus(
switch (status) {
case 'processing':
meiStatus.textContent = 'checking...';
meiStatus.style.color = 'gray';
break;

case 'done':
Expand Down

0 comments on commit 6b3e6c8

Please sign in to comment.