Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jumapaul committed Oct 13, 2023
1 parent c35404d commit 60b5575
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ fun OrganizingTeamSection(
)
)

Spacer(modifier = Modifier.height(40.dp))
Spacer(modifier = Modifier.height(30.dp))

FlowRow(
modifier = Modifier.fillMaxWidth(),
horizontalArrangement = Arrangement.SpaceEvenly
) {
organizingTeam.forEach { teamMember ->
OrganizingTeamComponent(
modifier = Modifier.width(105.dp),
modifier = Modifier.width(106.dp),
teamMember = teamMember,
onClickMember = onClickMember
)
Expand Down

0 comments on commit 60b5575

Please sign in to comment.