mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 13:31:43 -07:00
fix: apply theme before showing the loading screen
This commit is contained in:
parent
b8a5a37fc7
commit
5be92007b7
3 changed files with 20 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue