Skip to content

Commit

Permalink
cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Feb 11, 2025
1 parent 9d85c5d commit 71596b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/customAGGrid/customAggrid.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
import { type Theme } from '@mui/material';
import type { SystemStyleObject } from '@mui/system/styleFunctionSx/styleFunctionSx';
import type { SystemStyleObject } from '@mui/system';

export const CUSTOM_AGGRID_THEME = 'custom-aggrid-theme';

Expand Down
2 changes: 1 addition & 1 deletion src/components/topBar/MessageBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import { type ReactNode, useState } from 'react';
import { Box, type Theme } from '@mui/material';
import type { SystemStyleObject } from '@mui/system/styleFunctionSx/styleFunctionSx';
import type { SystemStyleObject } from '@mui/system';
import CloseIcon from '@mui/icons-material/Close';
import WarningAmberIcon from '@mui/icons-material/WarningAmber';

Expand Down

0 comments on commit 71596b9

Please sign in to comment.