Skip to content

Commit

Permalink
refactor: update exported SX object
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Feb 20, 2024
1 parent 7c7f9cd commit 7d67fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 86 deletions.
84 changes: 0 additions & 84 deletions src/components/DataGrid/styles.gridPanel.ts

This file was deleted.

5 changes: 3 additions & 2 deletions src/components/DataGrid/styles.printMedia.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { alpha, darken } from "@mui/material/styles";
import { THEMES } from "@app/ThemeProvider";
import { THEMES } from "@/app/ThemeProvider";
import { dataGridClassNames } from "./classNames";
import type { SxPropsWithTheme } from "@/app/ThemeProvider/helpers";

/**
* When the 'print' option is selected in the 'export' menu, all color-related
Expand Down Expand Up @@ -47,4 +48,4 @@ export const dataGridStyledPrintMedia = {
},
},
},
};
} as const satisfies SxPropsWithTheme;

0 comments on commit 7d67fa2

Please sign in to comment.