Add some css animation to make the project prettier #7

Merged
matthieu merged 7 commits from feature/issue-6-add-some-css-animation-to-make-the-project-prettie into master 2025-10-23 16:43:10 +02:00
Showing only changes of commit 91c237824a - Show all commits

View File

@@ -82,7 +82,7 @@ const DeckList = ({ onDeckEdit }: DeckListProps) => {
if (loading) {
return (
<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>
);
}