Skip to content

Commit

Permalink
M3 conversion - change FillBounds to Crop
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicalMeghan committed Jul 12, 2023
1 parent 48760f1 commit 2721b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fun FavoriteCollectionCard(
Image(
painter = painterResource(drawable),
contentDescription = null,
contentScale = ContentScale.FillBounds,
contentScale = ContentScale.Crop,
modifier = Modifier.size(80.dp)
)
Text(
Expand Down

0 comments on commit 2721b42

Please sign in to comment.