Remove common prefix from networks to increase color separation

This commit is contained in:
David Kaltschmidt
2016-05-25 11:26:31 +02:00
committed by Simon Howe
parent e95f46bfd8
commit 478a4a6d66
5 changed files with 33 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class NetworkSelectorItem extends React.Component {
'network-selector-action-selected': isSelected
});
const style = {
borderBottomColor: getNodeColor(id)
borderBottomColor: getNodeColor(network.get('colorKey', id))
};
return (