Skip to content
2 changes: 2 additions & 0 deletions lib/src/view/game/game_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ class GamePlayer extends StatelessWidget {
color:
player.ratingDiff! > 0
? context.lichessColors.good
: player.ratingDiff! == 0
? context.lichessColors.brag
: context.lichessColors.error,
),
),
Expand Down