fix: apply theme before showing the loading screen

This commit is contained in:
dec0dOS 2023-10-20 18:00:33 +01:00
parent b8a5a37fc7
commit 5be92007b7
3 changed files with 20 additions and 18 deletions

View file

@ -7,7 +7,7 @@ function Loading() {
return (
<div className={classes.root}>
<CircularProgress color="secondary" />
<CircularProgress color="primary" />
<Typography variant="h6" component="div" className={classes.loadingText}>
Loading
<span className="loadingDots"></span>