Merge pull request 'halo effect' (#54) from pedigree-update into master

Reviewed-on: #54
This commit was merged in pull request #54.
This commit is contained in:
2026-03-11 15:41:57 -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 */}