mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/23551 - Change the spacing between Pocket header and content to 16dp
This commit is contained in:
parent
16ecb5131c
commit
1971f8984c
@ -84,7 +84,7 @@ private fun PocketTopics(
|
||||
.wrapContentHeight(align = Alignment.Top)
|
||||
)
|
||||
|
||||
Spacer(Modifier.height(17.dp))
|
||||
Spacer(Modifier.height(16.dp))
|
||||
|
||||
PocketStoriesCategories(
|
||||
categories = categories,
|
||||
|
@ -76,7 +76,7 @@ class PocketStoriesViewHolder(
|
||||
.wrapContentHeight(align = Alignment.Top)
|
||||
)
|
||||
|
||||
Spacer(Modifier.height(17.dp))
|
||||
Spacer(Modifier.height(16.dp))
|
||||
|
||||
PocketStories(
|
||||
stories ?: emptyList(),
|
||||
@ -101,7 +101,7 @@ fun PocketStoriesViewHolderPreview() {
|
||||
.wrapContentHeight(align = Alignment.Top)
|
||||
)
|
||||
|
||||
Spacer(Modifier.height(17.dp))
|
||||
Spacer(Modifier.height(16.dp))
|
||||
|
||||
PocketStories(
|
||||
stories = getFakePocketStories(POCKET_STORIES_TO_SHOW_COUNT),
|
||||
|
Loading…
Reference in New Issue
Block a user