[WEB-4699] chore: loading spinner theme #7587

This commit is contained in:
Anmol Singh Bhatia 2025-08-18 18:30:51 +05:30 committed by GitHub
parent 4b06bc4d2d
commit f142266bed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ export const Spinner: React.FC<ISpinner> = ({ height = "32px", width = "32px", c
aria-hidden="true"
height={height}
width={width}
className={cn("animate-spin fill-blue-600 text-custom-text-200", className)}
className={cn("animate-spin fill-custom-primary-100 text-custom-text-200", className)}
viewBox="0 0 100 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"