chore: Bump ag grid to 34.2.0 (#35193)

This commit is contained in:
Kamil Gabryjelski
2025-09-18 19:09:22 +02:00
committed by GitHub
parent b60be9655f
commit a889ae75fc
4 changed files with 21 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ export const useIsDark = () => {
return tinycolor(theme.colorBgContainer).isDark();
};
const useTableTheme = () => {
const useTableTheme = (): ReturnType<typeof themeQuartz.withPart> => {
const baseTheme = themeQuartz;
const isDarkTheme = useIsDark();
const tableTheme = isDarkTheme