mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
chore: Bump ag grid to 34.2.0 (#35193)
This commit is contained in:
committed by
GitHub
parent
b60be9655f
commit
a889ae75fc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user