mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Fix design bugs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user