mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 09:54:11 +01:00
playing with colors
This commit is contained in:
parent
77a33d880b
commit
9fbe408c22
12 changed files with 121 additions and 114 deletions
|
|
@ -31,7 +31,7 @@ export class BaThemeConfigProvider {
|
|||
|
||||
conf = {
|
||||
theme: {
|
||||
blur: false,
|
||||
name: 'ng2',
|
||||
},
|
||||
colors: {
|
||||
default: this.basic.default,
|
||||
|
|
@ -64,6 +64,10 @@ export class BaThemeConfigProvider {
|
|||
gossip: this.dashboardColors.gossip,
|
||||
white: this.dashboardColors.white,
|
||||
},
|
||||
|
||||
custom: {
|
||||
dashboardLineChart: '#fff',
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue