mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: use white campaign edges to avoid blending with trial expired nodes
This commit is contained in:
@@ -204,7 +204,7 @@ function buildFullGraph(graphData: NetworkGraphData): Graph {
|
||||
edge.type === 'partner_campaign'
|
||||
? 'rgba(255, 138, 101, 0.5)'
|
||||
: edge.type === 'campaign'
|
||||
? 'rgba(251, 191, 36, 0.06)'
|
||||
? 'rgba(255, 255, 255, 0.06)'
|
||||
: 'rgba(255,255,255,0.03)',
|
||||
size: edge.type === 'partner_campaign' ? 1.5 : 0.3,
|
||||
edgeType: edge.type,
|
||||
|
||||
Reference in New Issue
Block a user