Skip to content

Commit be54293

Browse files
no change
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent f1f678c commit be54293

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/theme/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Interactiveness, PaletteMode, createTheme } from '@mui/material';
2-
import _ from 'lodash';
32
import { components } from './components';
43
import { darkModePalette, lightModePalette } from './palette';
54
import { typography } from './typography';
5+
import _ from 'lodash';
66

77
export const drawerWidth = 240;
88

@@ -27,7 +27,7 @@ export const createCustomTheme = (mode: PaletteMode, brandPalette?: Interactiven
2727

2828
const themePalette = _.merge({}, basePalette, customBrandedTheme);
2929

30-
30+
3131
return createTheme({
3232
palette: {
3333
mode,

0 commit comments

Comments
 (0)