fix: update colors

This commit is contained in:
Mythie
2023-09-20 02:18:35 +00:00
parent d0f027c4ea
commit ecc8e59c8c
8 changed files with 15 additions and 15 deletions

View File

@ -68,7 +68,7 @@ export const UploadDocument = ({ className }: UploadDocumentProps) => {
{isLoading && (
<div className="absolute inset-0 flex items-center justify-center bg-white/50">
<Loader className="h-12 w-12 animate-spin text-slate-500" />
<Loader className="text-muted-foreground h-12 w-12 animate-spin" />
</div>
)}
</div>