From 55a40716a2664690e77f94b9db65658a2a20f34b Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Sat, 22 Jun 2019 12:08:00 +0300 Subject: [PATCH] refactor(traffic): make y axis split line transparent --- src/app/@theme/styles/theme.corporate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/@theme/styles/theme.corporate.ts b/src/app/@theme/styles/theme.corporate.ts index 200f1025..a0592eee 100644 --- a/src/app/@theme/styles/theme.corporate.ts +++ b/src/app/@theme/styles/theme.corporate.ts @@ -70,7 +70,7 @@ export const CORPORATE_THEME = { tooltipTextColor: theme.fgText, tooltipFontWeight: 'normal', - yAxisSplitLine: theme.separator, + yAxisSplitLine: 'rgba(0, 0, 0, 0)', lineBg: theme.primary, lineShadowBlur: '0',