Skip to content

Commit

Permalink
fix: material-ui createMuiTheme rename to createTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMalard committed Dec 12, 2023
1 parent 8288be4 commit 0aaac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/theme/theme.ts
Expand Up @@ -25,4 +25,4 @@ const themeOptions: ThemeOptions = {
},
};

export const theme = createMuiTheme(themeOptions);
export const theme = createTheme(themeOptions);

0 comments on commit 0aaac73

Please sign in to comment.