mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-31 22:58:49 +01:00
refactor(chartjs): update js theme
This commit is contained in:
parent
9fbe9b6bc2
commit
8e957099f4
3 changed files with 6 additions and 6 deletions
|
|
@ -182,8 +182,8 @@ export const CORPORATE_THEME = {
|
|||
},
|
||||
|
||||
chartjs: {
|
||||
axisLineColor: '#cccccc',
|
||||
textColor: '#484848',
|
||||
axisLineColor: theme.separator,
|
||||
textColor: theme.fgText,
|
||||
},
|
||||
|
||||
orders: {
|
||||
|
|
|
|||
|
|
@ -182,8 +182,8 @@ export const COSMIC_THEME = {
|
|||
},
|
||||
|
||||
chartjs: {
|
||||
axisLineColor: '#a1a1e5',
|
||||
textColor: '#ffffff',
|
||||
axisLineColor: theme.separator,
|
||||
textColor: theme.fgText,
|
||||
},
|
||||
|
||||
orders: {
|
||||
|
|
|
|||
|
|
@ -182,8 +182,8 @@ export const DEFAULT_THEME = {
|
|||
},
|
||||
|
||||
chartjs: {
|
||||
axisLineColor: '#cccccc',
|
||||
textColor: '#484848',
|
||||
axisLineColor: theme.separator,
|
||||
textColor: theme.fgText,
|
||||
},
|
||||
|
||||
orders: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue