-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat(button): removed dark theme from buttons #2038
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2038 +/- ##
=======================================
Coverage 99.43% 99.43%
=======================================
Files 84 84
Lines 3718 3718
Branches 485 485
=======================================
Hits 3697 3697
Misses 21 21 Continue to review full report at Codecov.
|
packages/mdc-theme/_functions.scss
Outdated
@@ -42,6 +42,7 @@ $_mdc-theme-tonal-offset: 7%; | |||
|
|||
// Determine whether the color is "light" or "dark". | |||
@function mdc-theme-tone($color) { | |||
// TODO: update to remove support for dark |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure you won't actually want to remove anything here - this is critical to support people who want to set up a dark theme themselves by passing their own colors to variables/mixins. cc @acdvorak to correct me if I'm wrong.
No description provided.