feat(ui): standardize auth, refactor profile and update theme density

This commit is contained in:
JuruSysadmin 2026-01-15 14:45:43 -03:00
parent df12e81c1c
commit 21b9ff5afe
1 changed files with 11 additions and 3 deletions

View File

@ -69,9 +69,17 @@ export default function Providers({
}, },
typography: { typography: {
fontFamily: '"Plus Jakarta Sans", "Helvetica", "Arial", sans-serif', fontFamily: '"Plus Jakarta Sans", "Helvetica", "Arial", sans-serif',
h1: { fontWeight: 600 }, h1: { fontWeight: 600, fontSize: '2.25rem', lineHeight: 1.2 },
h6: { fontWeight: 600 }, h2: { fontWeight: 600, fontSize: '1.875rem', lineHeight: 1.2 },
body1: { fontSize: '0.875rem', fontWeight: 400 }, h3: { fontWeight: 600, fontSize: '1.5rem', lineHeight: 1.2 },
h4: { fontWeight: 600, fontSize: '1.3125rem', lineHeight: 1.2 },
h5: { fontWeight: 600, fontSize: '1.125rem', lineHeight: 1.2 },
h6: { fontWeight: 600, fontSize: '1rem', lineHeight: 1.2 },
button: { textTransform: 'none', fontWeight: 500 },
body1: { fontSize: '0.8125rem', fontWeight: 400, lineHeight: 1.5 }, // 13px
body2: { fontSize: '0.75rem', fontWeight: 400, lineHeight: 1.5 }, // 12px
subtitle1: { fontSize: '0.875rem', fontWeight: 400 },
subtitle2: { fontSize: '0.75rem', fontWeight: 400 },
}, },
components: { components: {
MuiCssBaseline: { MuiCssBaseline: {