Fixed the background color when nodes in focus.

This commit is contained in:
Filip Barl
2018-08-02 15:51:42 +02:00
parent 1317bf6ddb
commit e1b1837fd6

View File

@@ -2,6 +2,7 @@ import React from 'react';
import classNames from 'classnames';
import { connect } from 'react-redux';
import { fromJS, Map as makeMap, List as makeList } from 'immutable';
import theme from 'weaveworks-ui-components/lib/theme';
import NodeContainer from './node-container';
import EdgeContainer from './edge-container';
@@ -199,7 +200,7 @@ class NodesChartElements extends React.Component {
className={className}
key="nodes-chart-overlay"
transform={`scale(${scale})`}
fill="#fff"
fill={theme.colors.purple25}
x={-1}
y={-1}
width={2}