feat: update ag grid theme

This commit is contained in:
Firman Ramdhani
2026-07-27 18:01:22 +07:00
parent 0f5a1ef1d1
commit a01b0c1339
@@ -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)',
})
/* ═══════════════════════════════════════════════════════════════