Skip to content

Comments

Fix red alliance team color on match detail#1077

Open
gregmarra wants to merge 1 commit intomainfrom
fix-red-alliance-team-color
Open

Fix red alliance team color on match detail#1077
gregmarra wants to merge 1 commit intomainfrom
fix-red-alliance-team-color

Conversation

@gregmarra
Copy link
Contributor

Summary

  • Red alliance team numbers on the match detail screen were displayed in blue (the default primary color) instead of red
  • The AllianceTeams composable already accepted a color parameter and used it for the section title, but individual team numbers were hardcoded to MaterialTheme.colorScheme.primary
  • Now uses the passed-in alliance color for team numbers too

Test plan

  • Open match detail for any played match — red alliance teams show in red, blue alliance teams show in blue

🤖 Generated with Claude Code

The AllianceTeams composable accepted a color parameter but only
applied it to the title — individual team numbers were hardcoded to
MaterialTheme.colorScheme.primary (blue). Now uses the passed-in
alliance color for team numbers too.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants