style: init ui block spinner

This commit is contained in:
zhom
2025-08-16 13:59:58 +04:00
parent 29fe20af09
commit c6caf0633e
+1 -1
View File
@@ -820,7 +820,7 @@ export default function Home() {
<div className="mt-1 mb-2 text-sm text-gray-600 dark:text-gray-300">
Please don't close the app
</div>
<div className="mx-auto mb-4 w-8 h-8 rounded-full border-2 animate-spin border-border/10 border-t-border/10" />
<div className="mx-auto mb-4 w-8 h-8 rounded-full border-2 animate-spin border-muted/40 border-t-primary" />
</div>
</div>
)}