We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ffbf3 commit 8b5246eCopy full SHA for 8b5246e
apps/kyb-app/src/pages/CollectionFlow/components/atoms/LoadingScreen/LoadingScreen.tsx
@@ -3,7 +3,7 @@ import { Loader2 } from 'lucide-react';
3
export const LoadingScreen = () => {
4
return (
5
<div className="flex h-full w-full items-center justify-center">
6
- <Loader2 className="text-primary-foreground animate-spin" size={'48'} />
+ <Loader2 className="text-black animate-spin" size={'48'} />
7
</div>
8
);
9
};
0 commit comments