diff --git a/src/pages/ReferralNetwork/components/NetworkGraph.tsx b/src/pages/ReferralNetwork/components/NetworkGraph.tsx index e7ce30e..69e2e85 100644 --- a/src/pages/ReferralNetwork/components/NetworkGraph.tsx +++ b/src/pages/ReferralNetwork/components/NetworkGraph.tsx @@ -127,6 +127,10 @@ const BorderedNodeProgram = createNodeBorderProgram({ size: { attribute: 'borderSize', defaultValue: 0 }, color: { attribute: 'borderColor' }, }, + { + size: { fill: true }, + color: { attribute: 'color' }, + }, ], });