Skip to content

Commit 8b5246e

Browse files
chesterkmralonp99
andauthored
fix: fixed loading screen loader color (#2825)
Co-authored-by: Alon Peretz <[email protected]>
1 parent 57ffbf3 commit 8b5246e

File tree

1 file changed

+1
-1
lines changed
  • apps/kyb-app/src/pages/CollectionFlow/components/atoms/LoadingScreen

1 file changed

+1
-1
lines changed

apps/kyb-app/src/pages/CollectionFlow/components/atoms/LoadingScreen/LoadingScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Loader2 } from 'lucide-react';
33
export const LoadingScreen = () => {
44
return (
55
<div className="flex h-full w-full items-center justify-center">
6-
<Loader2 className="text-primary-foreground animate-spin" size={'48'} />
6+
<Loader2 className="text-black animate-spin" size={'48'} />
77
</div>
88
);
99
};

0 commit comments

Comments
 (0)