Update empty screen
This commit is contained in:
parent
631baf9fa3
commit
d0b3d169cc
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
@ -352,7 +352,7 @@ export default function Gallery() {
|
|||
<EnteSpinner />
|
||||
</LoadingOverlay>
|
||||
)}
|
||||
<LoadingBar color="#2dc262" ref={loadingBar} />
|
||||
<LoadingBar color="#51cd7c" ref={loadingBar} />
|
||||
{isFirstLoad && (
|
||||
<AlertContainer>
|
||||
{constants.INITIAL_LOAD_DELAY_WARNING}
|
||||
|
|
Loading…
Reference in a new issue