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 cf4f80c commit ae39c7cCopy full SHA for ae39c7c
src/components/libresplit/AppLoading.tsx
@@ -3,7 +3,7 @@ import { BarLoader } from "react-spinners";
3
export function AppLoading() {
4
return (
5
<div className="flex h-screen w-screen items-center justify-center">
6
- <BarLoader color={"#00ff00"} />
+ <BarLoader color={"#2196f3"} />
7
</div>
8
);
9
}
0 commit comments