Added more loading spinners to map and token operations

This commit is contained in:
Mitchell McCaffrey
2021-02-08 17:06:54 +11:00
parent 24e64f9d32
commit e36058263c
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Box } from "theme-ui";
import Spinner from "./Spinner";
function LoadingOverlay(bg) {
function LoadingOverlay({ bg }) {
return (
<Box
sx={{