Update components with CSS animations

This commit is contained in:
2025-10-23 16:18:45 +02:00
parent 80216ae478
commit 91c237824a

View File

@@ -82,7 +82,7 @@ const DeckList = ({ onDeckEdit }: DeckListProps) => {
if (loading) { if (loading) {
return ( return (
<div className="flex items-center justify-center h-64"> <div className="flex items-center justify-center h-64">
<div className="animate-spin rounded-full h-32 w-32 border-t-2 border-b-2 border-blue-500"></div> <div className="loading-spinner h-32 w-32"></div>
</div> </div>
); );
} }