fix team avatars

This commit is contained in:
yohlo
2026-03-01 20:10:06 -06:00
parent f0d8297f34
commit 1ce8a6a982
6 changed files with 7 additions and 16 deletions

View File

@@ -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,