Increased map loading overlay height

This commit is contained in:
Mitchell McCaffrey 2021-01-03 12:34:37 +11:00
parent f8a2a1ece5
commit cf12629f82

View File

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