Skip to content

Commit

Permalink
fix space filler style order issue when toggling dark/light modes
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Feb 27, 2024
1 parent f5460c8 commit 1ba8cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface GetHeadersParams {

const SpaceFiller = styled('div')({
/* GridRootStyles conflict */
'&&': {
'&&&': {
padding: 0,
width: 'calc(var(--DataGrid-width) - var(--DataGrid-columnsTotalWidth))',
},
Expand Down

0 comments on commit 1ba8cdb

Please sign in to comment.