Skip to content

Commit 2edd079

Browse files
committed
Add top padding to the footer section
1 parent 33db77f commit 2edd079

File tree

1 file changed

+1
-1
lines changed
  • libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/atomic/pages

1 file changed

+1
-1
lines changed

libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/atomic/pages/HeaderFooterPage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fun HeaderFooterPage(
116116
// Footer
117117
Box(
118118
modifier = Modifier
119-
.padding(horizontal = 16.dp)
119+
.padding(start = 16.dp, end = 16.dp, top = 16.dp)
120120
.fillMaxWidth()
121121
.padding(footerInsetsPadding)
122122
) {

0 commit comments

Comments
 (0)