fix: update colors

This commit is contained in:
Mythie
2023-09-20 02:18:35 +00:00
parent 6778d2a0da
commit fbb8e887a8
8 changed files with 107 additions and 43 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>