Skip to content

Commit

Permalink
Update Episode Details to fillMaxSize
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Jul 25, 2023
1 parent 7cf8e3a commit 84aa8d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ internal fun EpisodeDetails(

Surface(
modifier = modifier
.fillMaxWidth()
.fillMaxSize()
.testTag("episode_details"),
) {
Column {
Expand Down

0 comments on commit 84aa8d9

Please sign in to comment.