From e41fd988fc30d1e2a9a3a079c9d6e83cb6178260 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 21 Jun 2019 20:21:40 +0300 Subject: [PATCH] refactor(bubble map): move chart header down --- src/app/@theme/styles/theme.corporate.ts | 8 ++++---- src/app/@theme/styles/theme.cosmic.ts | 8 ++++---- src/app/@theme/styles/theme.default.ts | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/@theme/styles/theme.corporate.ts b/src/app/@theme/styles/theme.corporate.ts index 9067f4e5..c97a86a1 100644 --- a/src/app/@theme/styles/theme.corporate.ts +++ b/src/app/@theme/styles/theme.corporate.ts @@ -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: { diff --git a/src/app/@theme/styles/theme.cosmic.ts b/src/app/@theme/styles/theme.cosmic.ts index 29f0c462..ee2d850a 100644 --- a/src/app/@theme/styles/theme.cosmic.ts +++ b/src/app/@theme/styles/theme.cosmic.ts @@ -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: { diff --git a/src/app/@theme/styles/theme.default.ts b/src/app/@theme/styles/theme.default.ts index 59591eec..04719671 100644 --- a/src/app/@theme/styles/theme.default.ts +++ b/src/app/@theme/styles/theme.default.ts @@ -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: {