Skip to content

Commit

Permalink
Boolti-298 style: 출연진 없는 뷰 높이 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Oct 1, 2024
1 parent 0dec2f4 commit aa5734d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ fun LazyListScope.CastTab(
Column(
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 117.dp),
.height(290.dp),
verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.CenterHorizontally,
) {
Text(
Expand Down

0 comments on commit aa5734d

Please sign in to comment.