mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
tweak player hightlight
This commit is contained in:
parent
3644dbda6e
commit
b8256eb410
1 changed files with 1 additions and 1 deletions
|
|
@ -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())}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue