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

feat(button): removed dark theme from buttons #2038

Merged
merged 9 commits into from
Jan 23, 2018

Conversation

moog16
Copy link
Contributor

@moog16 moog16 commented Jan 23, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Jan 23, 2018

Codecov Report

Merging #2038 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 402e17a...9590392. Read the comment docs.

@kfranqueiro kfranqueiro self-requested a review January 23, 2018 16:48
@@ -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
Copy link
Contributor

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.

@moog16 moog16 changed the title chore(button): removed dark theme from buttons feat(button): removed dark theme from buttons Jan 23, 2018
@moog16 moog16 merged commit dee5055 into master Jan 23, 2018
@moog16 moog16 deleted the chore/button/remove-dark-theme branch January 23, 2018 21:57
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

3 participants