feat: update ag grid theme
This commit is contained in:
@@ -52,6 +52,7 @@ export const agGridMantineTheme = themeQuartz
|
||||
|
||||
/* ── Row Styling ────────────────────────────────────────────── */
|
||||
oddRowBackgroundColor: 'var(--mantine-color-default-hover)',
|
||||
// oddRowBackgroundColor: 'color-mix(in srgb, var(--mantine-color-text) 2.5%, transparent)',
|
||||
rowHoverColor: 'var(--mantine-primary-color-light)',
|
||||
selectedRowBackgroundColor: 'var(--mantine-primary-color-light)',
|
||||
|
||||
@@ -61,6 +62,7 @@ export const agGridMantineTheme = themeQuartz
|
||||
|
||||
/* ── Spacing ────────────────────────────────────────────────── */
|
||||
spacing: 'var(--mantine-spacing-sm)',
|
||||
// spacing: 'var(--mantine-spacing-xs)',
|
||||
})
|
||||
|
||||
/* ═══════════════════════════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user