Skip to content

Commit

Permalink
fix:color
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Sep 22, 2023
1 parent 67287fe commit d3466a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ export default function Login() {
<Stack
minWidth={"60vw"}
sx={{
background: "#fff",
background: "#FFF0EA",
borderRadius: "10px",
boxShadow: "0px 0px 10px rgba(0,0,0,0.1)",
}}
>
<Stack
Expand Down
3 changes: 2 additions & 1 deletion src/app/auth/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ export default function Register() {
<Stack
minWidth={"60vw"}
sx={{
background: "#fff",
background: "#FFF0EA",
borderRadius: "10px",
boxShadow: "0px 0px 10px rgba(0,0,0,0.1)",
}}
>
<Stack
Expand Down

0 comments on commit d3466a4

Please sign in to comment.