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

Commit

Permalink
fix(theme): Fix CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Dec 12, 2017
1 parent 40abc76 commit 4d4700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Theme/Theme.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
computed: {
classes() {
return {
'--mdc-theme-dark': this.dark
'mdc-theme--dark': this.dark
}
}
}
Expand Down

0 comments on commit 4d4700e

Please sign in to comment.