core: change base font size sm at density compact
This commit is contained in:
@@ -30,7 +30,7 @@ export const agGridMantineTheme = themeQuartz
|
||||
.withParams({
|
||||
/* ── Typography ─────────────────────────────────────────────── */
|
||||
fontFamily: 'var(--mantine-font-family)',
|
||||
fontSize: 'var(--mantine-font-size-md)',
|
||||
fontSize: 'var(--mantine-font-size-sm)',
|
||||
|
||||
/* ── Accent / Brand ─────────────────────────────────────────── */
|
||||
accentColor: 'var(--mantine-primary-color-filled)',
|
||||
@@ -61,7 +61,8 @@ export const agGridMantineTheme = themeQuartz
|
||||
wrapperBorderRadius: 'var(--mantine-radius-sm)',
|
||||
|
||||
/* ── Spacing ────────────────────────────────────────────────── */
|
||||
spacing: 'var(--mantine-spacing-sm)',
|
||||
spacing: 6,
|
||||
// spacing: 'var(--mantine-spacing-sm)',
|
||||
// spacing: 'var(--mantine-spacing-xs)',
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user