Skip to content

Commit

Permalink
fix: wildcard color on player indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
Hodossy, Szabolcs committed Oct 21, 2020
1 parent 6232721 commit f831952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/player-indicator/player-indicator.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div [ngStyle]="{
'background-color': player.assignedColor,
'background': player.assignedColor,
'border-radius': 'inherit'
}">
<span appContrast [backgroundColor]="player.assignedColor">{{ player.assignedOrder }}</span>
Expand Down

0 comments on commit f831952

Please sign in to comment.