Skip to content

Commit afdf70a

Browse files
committed
update player icon
1 parent a407301 commit afdf70a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kaggle_environments/envs/open_spiel_env/games/repeated_poker/visualizer/default/src/repeated_poker_renderer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ export function renderer(options) {
148148
height: 48px;
149149
border-radius: 50%;
150150
object-fit: cover;
151-
background-color: #3C4043;
151+
background-color: #ffffff;
152152
flex-shrink: 0;
153+
padding: 6px;
153154
}
154155
.player-name {
155156
font-size: 24px; font-weight: 600;

0 commit comments

Comments
 (0)