squaredev-io/matte

Migrate Matte theme to MUI v5

Opened this issue · 0 comments

Currently, the default theme of Matte is using the MUI adapter to adapt the theme for MUI 5.

  • For all values in the theme should be checked if they are used in the latest version of MUI, and if not, to be removed
  • The adaptV4Theme reference should be removed (see line below)

? createTheme(adaptV4Theme(theme))