You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
The Typography component demo should be usable in dark mode.
Current Behavior
Typography demo on docs site should be readable in dark mode. The background is hard-coded to white, but in dark mode the text color is changed to light gray, making the text nearly unreadable (only via gaps in the background ruler lines).
click light/dark lightbulb to change to dark theme
Context
Was planning to adopt the library for an internal site, using the dark theme. I was demonstrating to my boss and team, and they were a bit put off that some of the component demos didn't work in dark theme.
Your Environment
Tech
Version
Material-UI
1.0.0-beta.44
React
? docs site
browser
any
etc
Again
The same problem happens on the Theme page, Typography section.
I have a proposed fix, demonstrated at https://codesandbox.io/s/8y9ywpp69j that uses the new Component-specific overrides support in theme. Would that be appropriate to use in this demo?
Expected Behavior
The
Typography
component demo should be usable in dark mode.Current Behavior
Typography demo on docs site should be readable in dark mode. The background is hard-coded to white, but in dark mode the text color is changed to light gray, making the text nearly unreadable (only via gaps in the background ruler lines).
Steps to Reproduce (for bugs)
Context
Was planning to adopt the library for an internal site, using the dark theme. I was demonstrating to my boss and team, and they were a bit put off that some of the component demos didn't work in dark theme.
Your Environment
Again
The same problem happens on the Theme page, Typography section.
The text was updated successfully, but these errors were encountered: