Reactjs – MUI unknown theme colors passed to styled
I am using mui v5 and trying to get my theme into styled() without success. Setup I have is: - ThemeProvider (@mui/material/styles)` wrapped around app. - theme created using 'createTheme' from @mui/material/styles - theme assigned to theme provider - styled…