mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-24 07:20:52 +02:00
Removes padding from the live header
This commit is contained in:
parent
3b5d792562
commit
4dbc71d577
@ -189,9 +189,7 @@ private fun FeedLoaded(
|
||||
val listState = rememberLazyListState()
|
||||
|
||||
LazyColumn(
|
||||
contentPadding = PaddingValues(
|
||||
top = 10.dp
|
||||
),
|
||||
contentPadding = PaddingValues(),
|
||||
state = listState
|
||||
) {
|
||||
itemsIndexed(state.feed.value, key = { _, item -> item.idHex }) { _, item ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user