Skip to content

Commit

Permalink
Change image content style of monster detail
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregpereira committed Aug 18, 2024
1 parent d2b0740 commit 0596c64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun MonsterCoilImage(
shape: Shape = RectangleShape,
modifier: Modifier = Modifier,
backgroundColor: String,
contentScale: ContentScale = ContentScale.Fit,
contentScale: ContentScale = ContentScale.Crop,
graphicsLayerBlock: GraphicsLayerScope.() -> Unit = {},
) = MonsterCoilImage(
imageUrl = imageUrl,
Expand All @@ -53,7 +53,7 @@ fun MonsterCoilImage(
shape: Shape = RectangleShape,
modifier: Modifier = Modifier,
backgroundColor: Color? = null,
contentScale: ContentScale = ContentScale.Fit,
contentScale: ContentScale = ContentScale.Crop,
graphicsLayerBlock: GraphicsLayerScope.() -> Unit = {},
) {
CoilImage(
Expand Down

0 comments on commit 0596c64

Please sign in to comment.