playing with colors

This commit is contained in:
nixa 2016-05-19 11:29:41 +03:00
parent 77a33d880b
commit 9fbe408c22
12 changed files with 121 additions and 114 deletions

View file

@ -53,6 +53,6 @@ export class BaCardBlur {
}
private _isEnabled() {
return this._baConfig.get().theme.blur;
return this._baConfig.get().theme.name == 'blur';
}
}