We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next.config.mjs
export default withPigment(nextConfig, { theme: createTheme({ cssVariables: true, colorSchemes: { light: true, dark: true }, typography: { fontFamily: 'var(--font-roboto)', }, components: { MuiButton: { styleOverrides: { root: { background: '#000 !important', }, }, } } }), transformLibraries: ['@mui/material'], });
The custom theme is not being applied as expected. Components do not reflect the customized theme settings.
No response
npx @mui/envinfo
Don't forget to mention which browser you used. Output from `npx @mui/envinfo` goes here.
Search keywords: pigment-css, next.js
The text was updated successfully, but these errors were encountered:
The issue has been taken over by the @mui/material maintainers. @mui/material issue #43501
Sorry, something went wrong.
Resolved after 0.0.21 release
brijeshb42
No branches or pull requests
Steps to reproduce
next.config.mjs
The custom theme is not being applied as expected. Components do not reflect the customized theme settings.
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: pigment-css, next.js
The text was updated successfully, but these errors were encountered: