Skip to content

Commit

Permalink
Merge pull request #96 from bumble-tech/fix-image-entries
Browse files Browse the repository at this point in the history
Fix image entries
  • Loading branch information
mmartosdev authored Oct 26, 2023
2 parents d6df98d + 3815994 commit bd2dc35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sealed class Entry {
*/
val path: String,
val contentDescription: String? = null,
val contentScale: ContentScale = ContentScale.Fit
val contentScale: ContentScale = ContentScale.Crop
) : Entry()

data class ComposableContent(
Expand Down

0 comments on commit bd2dc35

Please sign in to comment.