integracao-core

This commit is contained in:
2025-10-23 16:58:21 -03:00
parent 8b5c940976
commit c8c2ca8c5b
19 changed files with 408 additions and 16 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default function FullScreenLoader({ show, text = "Carregando..." }: FullS
}`}
>
<div className="flex flex-col items-center gap-3 p-6 rounded-2xl bg-card shadow-lg border border-border transition-all duration-200">
<Loader2 className="h-8 w-8 animate-spin text-primary" />
<Loader2 className="h-10 w-10 animate-spin text-primary" />
<p className="text-card-foreground text-sm font-medium">{text}</p>
</div>
</div>