Skip to content

Commit

Permalink
Merge pull request #173 from Nexters/feature/Boolti-172
Browse files Browse the repository at this point in the history
Boolti-172 style: 티켓 목록 포스터 scale type 변경
  • Loading branch information
mangbaam authored Feb 27, 2024
2 parents 183c4e5 + d3e2a7e commit b5b943c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fun TicketContent(
.padding(top = 20.dp, start = 20.dp, end = 20.dp)
.clip(RoundedCornerShape(8.dp)),
model = ticket.poster,
contentScale = ContentScale.FillWidth,
contentScale = ContentScale.Crop,
contentDescription = stringResource(R.string.description_poster),
)
DottedDivider(
Expand Down

0 comments on commit b5b943c

Please sign in to comment.