♻️ Refactor and tweaks, rename UserCreateOpen to UserRegister and others (#1143)

This commit is contained in:
Alejandra
2024-04-01 22:53:33 -05:00
committed by GitHub
parent aed4db7521
commit 4239d93ea6
45 changed files with 537 additions and 518 deletions

View File

@@ -13,9 +13,10 @@ const theme = extendTheme({
secondary: "#EDF2F7",
success: "#48BB78",
danger: "#E53E3E",
white: "#FFFFFF",
light: "#FAFAFA",
dark: "#1A202C",
darkSlate: "#252D3D",
dim: "#A0AEC0",
},
},
components: {
@@ -23,7 +24,7 @@ const theme = extendTheme({
variants: {
primary: {
backgroundColor: "ui.main",
color: "ui.white",
color: "ui.light",
_hover: {
backgroundColor: "#00766C",
},
@@ -36,7 +37,7 @@ const theme = extendTheme({
},
danger: {
backgroundColor: "ui.danger",
color: "ui.white",
color: "ui.light",
_hover: {
backgroundColor: "#E32727",
},