refactor(bubble map): move chart header down

This commit is contained in:
Sergey Andrievskiy 2019-06-21 20:21:40 +03:00
parent 984b04e364
commit e41fd988fc
3 changed files with 12 additions and 12 deletions

View file

@ -109,10 +109,10 @@ export const CORPORATE_THEME = {
},
bubbleMap: {
titleColor: '#484848',
areaColor: '#dddddd',
areaHoverColor: '#cccccc',
areaBorderColor: '#ebeef2',
titleColor: theme.fgText,
areaColor: theme.bg4,
areaHoverColor: theme.fgHighlight,
areaBorderColor: theme.border5,
},
profitBarAnimationEchart: {

View file

@ -109,10 +109,10 @@ export const COSMIC_THEME = {
},
bubbleMap: {
titleColor: '#ffffff',
areaColor: '#2c2961',
areaHoverColor: '#a1a1e5',
areaBorderColor: '#654ddb',
titleColor: theme.fgText,
areaColor: theme.bg4,
areaHoverColor: theme.fgHighlight,
areaBorderColor: theme.border5,
},
profitBarAnimationEchart: {

View file

@ -109,10 +109,10 @@ export const DEFAULT_THEME = {
},
bubbleMap: {
titleColor: '#484848',
areaColor: '#dddddd',
areaHoverColor: '#cccccc',
areaBorderColor: '#ebeef2',
titleColor: theme.fgText,
areaColor: theme.bg4,
areaHoverColor: theme.fgHighlight,
areaBorderColor: theme.border5,
},
profitBarAnimationEchart: {