[fenix] For https://github.com/mozilla-mobile/fenix/issues/21809 - Adjust the padding between the Pocket section

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent d13f0ef797
commit ff62ffe70a

@ -97,7 +97,7 @@ fun PocketStories(
}
}
Column(modifier = Modifier.padding(vertical = 44.dp)) {
Column(modifier = Modifier.padding(top = 72.dp)) {
SectionHeader(
text = stringResource(R.string.pocket_stories_header_1),
modifier = Modifier

@ -8,9 +8,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingVertical="16dp"
android:layout_marginHorizontal="@dimen/home_item_horizontal_margin"
android:layout_marginTop="24dp"
android:layout_marginTop="68dp"
android:background="?android:attr/selectableItemBackground">
<Button

Loading…
Cancel
Save