From 21b9ff5afe51cb1682aca40d2ffe55adcdbeb9ab Mon Sep 17 00:00:00 2001 From: JuruSysadmin Date: Thu, 15 Jan 2026 14:45:43 -0300 Subject: [PATCH] feat(ui): standardize auth, refactor profile and update theme density --- app/components/Providers.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/app/components/Providers.tsx b/app/components/Providers.tsx index 405fe54..f2fb93b 100644 --- a/app/components/Providers.tsx +++ b/app/components/Providers.tsx @@ -69,9 +69,17 @@ export default function Providers({ }, typography: { fontFamily: '"Plus Jakarta Sans", "Helvetica", "Arial", sans-serif', - h1: { fontWeight: 600 }, - h6: { fontWeight: 600 }, - body1: { fontSize: '0.875rem', fontWeight: 400 }, + h1: { fontWeight: 600, fontSize: '2.25rem', lineHeight: 1.2 }, + h2: { fontWeight: 600, fontSize: '1.875rem', lineHeight: 1.2 }, + 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: { MuiCssBaseline: {