-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
[docs-infra] Move BrandingCssVarsProvider to _app.js #47721
New issue
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
base: master
Are you sure you want to change the base?
Conversation
Netlify deploy previewhttps://deploy-preview-47721--material-ui.netlify.app/ Bundle size report
|
As far as I know, we can't do this change because we need docs/pages/_app.js to be barebone so when we create paygrounds we see default behaviors, e.g. theme of our components. There is probably a root cause that we need to fix for our users too anyway? |
|
yeah, change of tac. Exporting a |
@dav-is This should fix your theming issue in the cookie banner (still has transparent background here, but I believe it comes from the themed Paper)
TODO