Change loading bar color

This commit is contained in:
Vishnu Mohandas 2021-02-15 16:51:34 +05:30
parent 4e3b78eab1
commit 4380d2cee0

View file

@ -340,7 +340,7 @@ export default function Gallery(props) {
<> <>
<ErrorAlert errorCode={errorCode} /> <ErrorAlert errorCode={errorCode} />
<LoadingBar <LoadingBar
color="#007bff" color="#2dc262"
progress={progress} progress={progress}
onLoaderFinished={() => setProgress(0)} onLoaderFinished={() => setProgress(0)}
/> />