mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
fix(theming): Fix ag-grid theming regression in SQL Lab (#34675)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
bce476c4a2
commit
d79fc92a1a
@@ -21,7 +21,7 @@ import {
|
||||
colorSchemeDark,
|
||||
colorSchemeLight,
|
||||
themeQuartz,
|
||||
} from 'ag-grid-community';
|
||||
} from '@superset-ui/core/components/ThemedAgGridReact';
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import tinycolor from 'tinycolor2';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user