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)', }) /* ═══════════════════════════════════════════════════════════════