refactor(chartjs): update js theme

This commit is contained in:
Sergey Andrievskiy 2019-06-21 21:42:00 +03:00
parent 9fbe9b6bc2
commit 8e957099f4
3 changed files with 6 additions and 6 deletions

View file

@ -182,8 +182,8 @@ export const CORPORATE_THEME = {
},
chartjs: {
axisLineColor: '#cccccc',
textColor: '#484848',
axisLineColor: theme.separator,
textColor: theme.fgText,
},
orders: {

View file

@ -182,8 +182,8 @@ export const COSMIC_THEME = {
},
chartjs: {
axisLineColor: '#a1a1e5',
textColor: '#ffffff',
axisLineColor: theme.separator,
textColor: theme.fgText,
},
orders: {

View file

@ -182,8 +182,8 @@ export const DEFAULT_THEME = {
},
chartjs: {
axisLineColor: '#cccccc',
textColor: '#484848',
axisLineColor: theme.separator,
textColor: theme.fgText,
},
orders: {