halo effect #54

Merged
jason merged 1 commits from pedigree-update into master 2026-03-11 15:41:58 -05:00

View File

@@ -50,11 +50,11 @@ const PedigreeTree = ({ dogId, pedigreeData, coi }) => {
return ( return (
<g> <g>
{/* Glow halo */} {/* Glow halo — kept within the circle so it doesn't bleed onto text labels */}
<circle <circle
r={r + 12} r={r - 4}
fill={glowColor} fill={glowColor}
style={{ filter: 'blur(6px)' }} style={{ filter: 'blur(4px)' }}
/> />
{/* Outer ring */} {/* Outer ring */}