tweak player hightlight

This commit is contained in:
Robin Appelman 2024-12-22 16:01:38 +01:00
commit b8256eb410

View file

@ -59,7 +59,7 @@ export function Player(props: PlayerProp) {
<polygon points="-6,14 0, 16 6,14 0,24" fill="white" <polygon points="-6,14 0, 16 6,14 0,24" fill="white"
opacity={imageOpacity()} opacity={imageOpacity()}
transform={rotate()}/> transform={rotate()}/>
<circle r={16} stroke-width={props.highlighted ? 5 : 1.5} stroke="white" fill={teamColor()} <circle r={16} stroke-width={props.highlighted ? 4 : 1.5} stroke="white" fill={teamColor()}
opacity={alpha()} opacity={alpha()}
/> />
{getClassImage(props.player, imageOpacity())} {getClassImage(props.player, imageOpacity())}