Skip to content

Commit ff829c7

Browse files
committed
(Info) Fix horizontal padding
1 parent ce42666 commit ff829c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

info/src/main/java/com/maxkeppeler/sheets/info/views/DefaultBodyComponent.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ internal fun DefaultBodyComponent(body: InfoBody.Default) {
3636
Column(
3737
modifier = Modifier
3838
.testTag(TestTags.INFO_BODY_DEFAULT)
39-
.padding(horizontal = dimensionResource(id = RC.dimen.scd_normal_150))
4039
.padding(top = dimensionResource(id = RC.dimen.scd_normal_100))
4140
) {
4241
body.preBody()

0 commit comments

Comments
 (0)