-
Notifications
You must be signed in to change notification settings - Fork 832
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
Global overrides support missing #1356
Comments
holy cow batman. Had to uninstall. no way to customize easily |
I also ran into the issue that |
This is also the same issue as #1340 at the difference that only point 2. is required to solve the problem. Given that a couple of style sheets already have a name, it's about a systematized solution. On the documentation side of the CSS overrides, relying on the infrastructure of the core would solve the problem, hence it's a matter of advancing mui/material-ui#19706. |
Side question: Is this the right way to import the type for the overrides?
|
Must be without src |
Well then it complains: So perhaps you need to add an export? |
@Philipp91 For this matter, please see #1874. |
It is fixed already and both props and css overrides available as for v4 alpha |
Is your feature request related to a problem? Please describe.
Trying to add @media change width of items or text size depending on screen size. One size
does not fit all.
Describe the solution you'd like
Would be nice to have a list of CSS items to build off of. Currently in the docs there are only
a few and some don't even work, for instance
MuiPickersModal: dialogAction
options do not work currently with material-ui 4.4.3Describe alternatives you've considered
It would be nice not to have to copy my entire custom theme just to add a couple overrides. Tried just having the Overrides in and it reset all my settings on top of that one element. So I had to copy and paste my entire custom theme into another file and then paste the overrides in there for it to work.
The text was updated successfully, but these errors were encountered: