Changed loading bar to be purple

This commit is contained in:
Mitchell McCaffrey 2021-01-01 13:25:46 +11:00
parent ced66257b0
commit 0fee1a910f

View File

@ -51,7 +51,8 @@ function MapLoadingOverlay() {
max={1}
value={0}
m={0}
sx={{ width: "100%", borderRadius: 0 }}
sx={{ width: "100%", borderRadius: 0, height: "2px" }}
color="primary"
/>
</Box>
)