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