Skip to content

Commit

Permalink
fix : 선택 2d 카드 사이즈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBP committed Oct 18, 2024
1 parent 1c1f231 commit c0936a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ private fun CardCarousel(
}
) {
AsyncImage(
modifier = Modifier.fillMaxSize(),
model = image.thumbnailImage,
contentDescription = stringResource(id = R.string.gift_image),
contentScale = ContentScale.Crop,
Expand Down

0 comments on commit c0936a3

Please sign in to comment.