diff --git a/app/theme.ts b/app/theme.ts index 76d867a..bfd6019 100644 --- a/app/theme.ts +++ b/app/theme.ts @@ -30,9 +30,18 @@ export const theme = createTheme({ headings: { fontFamily: 'var(--font-forum), serif', }, + // Define other font families to ensure Mantine variables are set + fontFamilyMonospace: 'ui-monospace, SFMono-Regular, "SF Mono", Monaco, Consolas, "Liberation Mono", "Courier New", monospace', // Set default component props for a consistent look components: { + Title: { + styles: { + root: { + fontFamily: 'var(--font-forum), serif', + }, + }, + }, Button: { defaultProps: { variant: 'filled', diff --git a/components/Navigation/DesktopSidebar.tsx b/components/Navigation/DesktopSidebar.tsx index 90ab52e..c247f79 100644 --- a/components/Navigation/DesktopSidebar.tsx +++ b/components/Navigation/DesktopSidebar.tsx @@ -55,8 +55,8 @@ export function DesktopSidebar() { Ponderants logo diff --git a/components/Navigation/MobileHeader.tsx b/components/Navigation/MobileHeader.tsx index b4882ea..d56f073 100644 --- a/components/Navigation/MobileHeader.tsx +++ b/components/Navigation/MobileHeader.tsx @@ -27,8 +27,8 @@ export function MobileHeader() { <img src="/logo.svg" alt="Ponderants logo" - width={48} - height={48} + width={32} + height={32} style={{ flexShrink: 0, display: 'block' }} /> <Title order={3} style={{ margin: 0 }}> diff --git a/public/logo.svg b/public/logo.svg index 93c6d0f..67785a4 100644 --- a/public/logo.svg +++ b/public/logo.svg @@ -1,16 +1,15 @@ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="256" height="256" aria-labelledby="logoTitle"> <title id="logoTitle">Woven abstract logo of communication waves - + + + - + - - - - - + +