Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
feat(theme): Synchronise with mdc-web v0.34.1 (remove tonal variants)
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Don't use tone variants e.g. secondary-light anymore.
  • Loading branch information
matsp committed Apr 4, 2018
1 parent ab96581 commit ad34970
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/base/themeClassMixin.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
const themeProps = [
'primary',
'primary-light',
'primary-dark',
'secondary',
'secondary-light',
'secondary-dark',
'background',
'primary-bg',
'primary-light-bg',
'primary-dark-bg',
'secondary-bg',
'secondary-light-bg',
'secondary-dark-bg',
'text-primary-on-primary',
'text-secondary-on-primary',
'text-hint-on-primary',
Expand Down

0 comments on commit ad34970

Please sign in to comment.