Compare commits
2 Commits
a63617d9c0
...
81357e87ae
| Author | SHA1 | Date | |
|---|---|---|---|
| 81357e87ae | |||
|
|
8abd5e2db6 |
@@ -50,11 +50,11 @@ const PedigreeTree = ({ dogId, pedigreeData, coi }) => {
|
||||
|
||||
return (
|
||||
<g>
|
||||
{/* Glow halo */}
|
||||
{/* Glow halo — kept within the circle so it doesn't bleed onto text labels */}
|
||||
<circle
|
||||
r={r + 12}
|
||||
r={r - 4}
|
||||
fill={glowColor}
|
||||
style={{ filter: 'blur(6px)' }}
|
||||
style={{ filter: 'blur(4px)' }}
|
||||
/>
|
||||
|
||||
{/* Outer ring */}
|
||||
|
||||
Reference in New Issue
Block a user