Fix design bugs

This commit is contained in:
pheralb
2022-02-12 12:36:54 +00:00
parent 57f2339589
commit 2aa52b1143
2 changed files with 35 additions and 38 deletions
+3 -3
View File
@@ -3,14 +3,14 @@ import React from "react";
const LoadingDot = {
display: "block",
width: "2rem",
height: "2rem",
width: "1rem",
height: "1rem",
backgroundColor: "#50cdc5",
borderRadius: "50%",
};
const LoadingContainer = {
width: "10rem",
width: "5rem",
height: "5rem",
display: "flex",
justifyContent: "space-around",