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: { bubbleMap: {
titleColor: '#484848', titleColor: theme.fgText,
areaColor: '#dddddd', areaColor: theme.bg4,
areaHoverColor: '#cccccc', areaHoverColor: theme.fgHighlight,
areaBorderColor: '#ebeef2', areaBorderColor: theme.border5,
}, },
profitBarAnimationEchart: { profitBarAnimationEchart: {

View file

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

View file

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