refactor(traffic): make y axis split line transparent

This commit is contained in:
Sergey Andrievskiy 2019-06-22 12:08:00 +03:00
parent af0c877e34
commit 55a40716a2

View file

@ -70,7 +70,7 @@ export const CORPORATE_THEME = {
tooltipTextColor: theme.fgText, tooltipTextColor: theme.fgText,
tooltipFontWeight: 'normal', tooltipFontWeight: 'normal',
yAxisSplitLine: theme.separator, yAxisSplitLine: 'rgba(0, 0, 0, 0)',
lineBg: theme.primary, lineBg: theme.primary,
lineShadowBlur: '0', lineShadowBlur: '0',