colores primario y secundario

This commit is contained in:
Lizeth Lopez 2024-01-29 16:11:50 -05:00
parent 81246517ce
commit e0e3db2f3e
2 changed files with 4 additions and 4 deletions

View File

@ -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
},

View File

@ -98,7 +98,7 @@ function SignInPage() {
<Typography>Aún no tienes cuenta?</Typography>
<Link
className="ml-4"
to="/sign-up"
to=""
>
Regístrate
</Link>