Skip to content

Commit

Permalink
[DataGrid] Fix column headers scroll when theme scoping is used (#10437)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored Sep 25, 2023
1 parent af3749b commit a982158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { unstable_useForkRef as useForkRef } from '@mui/utils';
import { styled, useTheme } from '@mui/system';
import { styled, useTheme } from '@mui/material/styles';
import { defaultMemoize } from 'reselect';
import { useGridSelector } from '../../utils';
import { useGridPrivateApiContext } from '../../utils/useGridPrivateApiContext';
Expand Down

0 comments on commit a982158

Please sign in to comment.