fix(note): do not overide --ion-color-base

This commit is contained in:
Manu Mtz.-Almeida
2018-08-24 03:35:12 +02:00
parent d12ef78de6
commit 5f90dbfa6f
4 changed files with 8 additions and 6 deletions

View File

@ -27,9 +27,7 @@ export class Note {
hostData() {
return {
class: {
...createColorClasses(this.color)
}
class: createColorClasses(this.color)
};
}