fix team avatars
This commit is contained in:
@@ -37,6 +37,7 @@ const RegionalTeamCard = ({ teamId }: RegionalTeamCardProps) => {
|
||||
team={team}
|
||||
size={40}
|
||||
radius="md"
|
||||
isRegional={true}
|
||||
style={{
|
||||
backgroundColor: team.primary_color || undefined,
|
||||
color: team.accent_color || undefined,
|
||||
|
||||
Reference in New Issue
Block a user