colores primario y secundario
This commit is contained in:
parent
81246517ce
commit
e0e3db2f3e
|
|
@ -35,13 +35,13 @@ export const themesConfig: FuseThemesType = {
|
|||
},
|
||||
primary: {
|
||||
light: '#64748b',
|
||||
main: '#1e293b',
|
||||
main: '#081c44',
|
||||
dark: '#0f172a',
|
||||
contrastText: darkPaletteText.primary
|
||||
},
|
||||
secondary: {
|
||||
light: '#818cf8',
|
||||
main: '#4f46e5',
|
||||
main: '#3cb1fe',
|
||||
dark: '#3730a3',
|
||||
contrastText: darkPaletteText.primary
|
||||
},
|
||||
|
|
@ -68,7 +68,7 @@ export const themesConfig: FuseThemesType = {
|
|||
},
|
||||
primary: {
|
||||
light: '#64748b',
|
||||
main: '#334155',
|
||||
main: '#081c44',
|
||||
dark: '#0f172a',
|
||||
contrastText: darkPaletteText.primary
|
||||
},
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ function SignInPage() {
|
|||
<Typography>Aún no tienes cuenta?</Typography>
|
||||
<Link
|
||||
className="ml-4"
|
||||
to="/sign-up"
|
||||
to=""
|
||||
>
|
||||
Regístrate
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Reference in New Issue