Skip to content
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

discoverfinancial/a11y-theme-builder#391: fix checkboxes component in… #393

Merged
merged 1 commit into from
May 19, 2023

Conversation

aaronreed708
Copy link
Contributor

… dark mode for black variant

@aaronreed708
Copy link
Contributor Author

Problem was conflicting rule:

.darkmode .black:not(.breadcrumbs) {
     background: var(--black) !important;
     color: var(--dm-white) !important;
 }

Doesn't make sense for checkboxes or their labels, so I'll tweak this rule to exclude MuiFormControlLabels

@brycecurtis brycecurtis merged commit 2fbd47a into main May 19, 2023
2 checks passed
@aaronreed708 aaronreed708 deleted the fix-darkmode-black-checkboxes branch May 19, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants