Skip to content

Commit

Permalink
[FEAT/#191] 이미지 ContentScale 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Sep 6, 2024
1 parent 32cf97d commit 1892ea7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun InternCompanyInfo(
.data(companyImage)
.build(),
contentDescription = stringResource(id = R.string.search_image),
contentScale = ContentScale.Crop,
contentScale = ContentScale.Fit,
modifier = Modifier
.fillMaxWidth()
.clip(CircleShape),
Expand Down

0 comments on commit 1892ea7

Please sign in to comment.