mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 22:18:08 +01:00
blur theme is now default
This commit is contained in:
parent
097257b5d7
commit
e7595af72c
12 changed files with 44 additions and 9 deletions
|
|
@ -70,4 +70,12 @@ export class BaThemeConfigProvider {
|
|||
get() {
|
||||
return this.conf;
|
||||
}
|
||||
|
||||
changeTheme (theme) {
|
||||
_.merge(this.get().theme, theme);
|
||||
}
|
||||
|
||||
changeColors (colors) {
|
||||
_.merge(this.get().colors, colors);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue