Enable visual customization (#81)

* Enable visual customization

* update readme
This commit is contained in:
Aine
2024-10-23 00:03:06 +03:00
committed by GitHub
parent 4f2cd38344
commit abc922c956
8 changed files with 24 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ const LoginFormBox = styled(Box)(({ theme }) => ({
backgroundSize: "cover",
[`& .card`]: {
width: "30rem",
maxWidth: "30rem",
marginTop: "6rem",
marginBottom: "6rem",
},