From a01b0c1339497dfad57e56a7c8576a74ac174531 Mon Sep 17 00:00:00 2001 From: Firman Ramdhani <33869609+firmanramdhani@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:01:22 +0700 Subject: [PATCH] feat: update ag grid theme --- packages/ui/src/components/ag-grid/ag-grid-theme.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ui/src/components/ag-grid/ag-grid-theme.ts b/packages/ui/src/components/ag-grid/ag-grid-theme.ts index a873e68..03f740a 100644 --- a/packages/ui/src/components/ag-grid/ag-grid-theme.ts +++ b/packages/ui/src/components/ag-grid/ag-grid-theme.ts @@ -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)', }) /* ═══════════════════════════════════════════════════════════════