feat: change loading color

This commit is contained in:
Nevo David 2025-07-26 00:07:51 +07:00
parent e5def7518a
commit 167ed217f7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export const LoadingComponent: FC<{
<div className="flex-1 flex justify-center pt-[100px]">
<ReactLoading
type="spin"
color="#fff"
color="#612bd3"
width={props.width || 100}
height={props.height || 100}
/>