Fixes not centered Blank Notes

This commit is contained in:
Vitor Pamplona
2024-06-10 09:50:37 -04:00
parent 2e9683491f
commit 165c3bb852
@@ -254,7 +254,7 @@ private fun FeedLoaded(
NoteCompose(
item,
routeForLastRead = routeForLastRead,
modifier = Modifier,
modifier = Modifier.fillMaxWidth(),
isBoostedNote = false,
isHiddenFeed = state.showHidden.value,
quotesLeft = 3,