-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Tab] text color is hardcoded & overall theming issue #1730
Labels
component: tabs
This is the name of the generic UI component, not the React module!
Comments
Also on: http://material-ui.com/#/customization/themes the flatbutton textColor is white when you switch to the dark theme, while the background is too. And the link to the updated theming: https://github.com/callemall/material-ui/releases/tag/v0.12 there is broken |
TrySpace
changed the title
[Tab] text color is hardcoded
[Tab] text color is hardcoded & overall theming issue
Sep 26, 2015
Regarding the Tab text color, there's a pull request already which solves that issue, #1523 |
This was referenced Jul 28, 2020
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this issue
Nov 10, 2020
* Introduce reason-based validation * Remove dead validation code * Implement new validation for TimePicker and DateTimePicker * Remove redux form docs example * Add Formik with validation schema example * More tests * TimePicker validation tests * Move parsing min/max date up to the root component * Use touched state in the formik example * Remove console.logs * Fix lint and build errors * Remove visual regression flakiness with time validation * Remove emptyInputText * Fix validation tests * Commit .size-snapshot * Implement validation for DateRangePicker.tsx * Add DateRange validation tests * Fix linter * Fix broken design of date rangepicker input parsing * Remove <Code> from formik examples * Update yarn.lock * Update docs/pages/guides/FormikOurValidation.example.tsx Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> * Update docs/pages/guides/FormikOurValidation.example.tsx Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> * Update docs/pages/guides/FormikOurValidation.example.tsx Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> * Update new forms example to be more consolidated with @materail-ui/core Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
oliviertassinari
added
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Dec 25, 2022
zannager
added
component: tabs
This is the name of the generic UI component, not the React module!
and removed
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
labels
Jan 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why is it hardcoded like:
Is there a way to override this?
I've tried every possible Theme override with
ThemeManager.setComponentThemes
Things like
primaryTextColor
don't work, where I'd expect them toThe text was updated successfully, but these errors were encountered: