Skip to content

Commit

Permalink
Fixes padding for hideableContent in ExpandableCard
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Mar 14, 2024
1 parent 4351648 commit 0036c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private fun ExpandableCard(
Box(
modifier = Modifier
.fillMaxWidth()
.padding(contentPadding)
.padding(start = contentPadding, end = contentPadding, bottom = contentPadding, top = Size.Padding.ExtraSmall)
) {
hideableContent.invoke()
}
Expand Down

0 comments on commit 0036c12

Please sign in to comment.