Skip to content

Commit ae39c7c

Browse files
authored
Make loading bar a matching blue with the rest of the site theme (#16)
1 parent cf4f80c commit ae39c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/libresplit/AppLoading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BarLoader } from "react-spinners";
33
export function AppLoading() {
44
return (
55
<div className="flex h-screen w-screen items-center justify-center">
6-
<BarLoader color={"#00ff00"} />
6+
<BarLoader color={"#2196f3"} />
77
</div>
88
);
99
}

0 commit comments

Comments
 (0)