aesthetic-improvements: fix missed AutoMetadataDetectionModal loading spinner border (80/20 rule, batch 12 follow-up)
- AutoMetadataDetectionModal: loading spinner border (border-t-kodo-cyan → border-t-kodo-steel) - Action 11.3.1.3 in progress (twelfth batch follow-up)
This commit is contained in:
parent
006ec3314d
commit
5fad0fe4cd
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export const AutoMetadataDetectionModal: React.FC<
|
|||
{loading ? (
|
||||
<div className="space-y-6">
|
||||
<div className="relative">
|
||||
<div className="w-20 h-20 rounded-full border-4 border-kodo-steel border-t-kodo-cyan animate-spin mx-auto"></div>
|
||||
<div className="w-20 h-20 rounded-full border-4 border-kodo-steel border-t-kodo-steel animate-spin mx-auto"></div>
|
||||
<div className="absolute inset-0 flex items-center justify-center">
|
||||
<Music2 className="w-8 h-8 text-kodo-cyan/50" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue