Skip to content

Commit

Permalink
fix: remove direct @mui/system import
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 22, 2023
1 parent 9d80041 commit 39080e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import {
createTheme as createMuiTheme,
darken,
getContrastRatio,
keyframes,
lighten,
} from '@mui/material/styles';
import { keyframes } from '@mui/system';
import type { ThemeConfig } from '../types';

// https://mui.com/customization/palette/
Expand Down

0 comments on commit 39080e4

Please sign in to comment.