chore: styling for login/signup pages
This commit is contained in:
@@ -5,4 +5,5 @@ export const SIZES = {
|
||||
medium: "1.5rem",
|
||||
large: "2rem",
|
||||
maxWidth: "600px",
|
||||
smallWidth: "300px",
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ const theme = {
|
||||
quarternary: "#EAEAEA",
|
||||
headerBackground: "#FAFBFC",
|
||||
bodyBackground: "#FFF",
|
||||
inputBackground: "#FAFBFC",
|
||||
hover: "hsla(233, 5%, 31%, 0.12)",
|
||||
},
|
||||
},
|
||||
@@ -22,6 +23,7 @@ const theme = {
|
||||
quarternary: "#3E4B62",
|
||||
headerBackground: "#272f3d",
|
||||
bodyBackground: "#262B34",
|
||||
inputBackground: "#272f3d",
|
||||
hover: "hsla(233, 100%, 96%, 0.12)",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user