This commit is contained in:
unknown
2025-04-25 00:00:18 +07:00
8 changed files with 587 additions and 265 deletions

View File

@ -4,7 +4,7 @@ import { RefreshCw } from 'lucide-react';
export const DataGridLoader = () => {
return (
<div className="fixed inset-0 bg-transparent flex items-center justify-center z-50 text-muted-foreground px-4 py-2">
<div className="fixed inset-0 bg-white/25 flex items-center justify-center z-50 text-muted-foreground px-4 py-2">
<div className="bg-card flex items-center border shadow-sm rounded-md">
<div className="flex flex-col items-center">
<RefreshCw className="animate-spin h-8 w-8 text-slate-500 mb-2" />