|
|
|
|
@ -197,7 +197,7 @@ struct GroupStageView: View { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.listRowView(isActive: team.qualified, color: .master) |
|
|
|
|
.listRowView(isActive: team.isHere(), color: .green, hideColorVariation: true) |
|
|
|
|
.listRowView(isActive: team.isHere() && groupStage.hasEnded() == false, color: .green, hideColorVariation: true) |
|
|
|
|
} else { |
|
|
|
|
VStack(alignment: .leading, spacing: 0) { |
|
|
|
|
Text("#\(index + 1)") |
|
|
|
|
|