[Typography] Fix `styleOverrides`, `variants`, and remaining colors
Fixes #34290. Fixes #29564.
- [x] I have followed (at least) the PR section of the contributing guide.
TODO:
- Fix extra generated CSS rule
color: textPrimary.
@material-ui/core: parsed: +0.04% , gzip: +0.09%
Generated by :no_entry_sign: dangerJS against d3284d84063db25da1d19f0fd2b698e2bf0ea01f
The CI yarn proptypes check complains about missing color prop, but that seems wrong since this PR didn't add a color prop.
Any updates on this?
Nope. The CI test fails for some reason I don't understand. On top of that, my team is working on a major version update to our MUI-based library, which allows us to fix the problem that prompted https://github.com/mui/material-ui/issues/34290 by modifying the palette, removing the need for styleOverrides or other workarounds.
So this PR is currently not prioritized for us. Feel free to pick it up though :)
Guys, any news here?