Skip to content

Commit

Permalink
set min height to 144dp
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 4, 2025
1 parent f5c2df7 commit ec844df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fun MediaSelectorSummaryCard(
}
},
headerContainerColor = colors.headerContainerColor,
modifier = modifier.defaultMinSize(minHeight = 168.dp),
modifier = modifier.defaultMinSize(minHeight = 144.dp),
content = {
AnimatedContent(
animationState.currentSummary,
Expand Down

0 comments on commit ec844df

Please sign in to comment.