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

Commit

Permalink
fix(theme): Add surface color to theming mixin.
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 20, 2018
1 parent 3fa7293 commit e2879c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/base/themeClassMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ const themeProps = [
'primary',
'secondary',
'background',
'surface',
'on-primary',
'on-secondary',
'on-surface',
'primary-bg',
'secondary-bg',
'text-primary-on-light',
Expand Down

0 comments on commit e2879c1

Please sign in to comment.