mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Remove common prefix from networks to increase color separation
This commit is contained in:
committed by
Simon Howe
parent
e95f46bfd8
commit
478a4a6d66
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user