Skip to content

Commit

Permalink
Fixes not centered Blank Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jun 10, 2024
1 parent 2e96834 commit 165c3bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ private fun FeedLoaded(
NoteCompose(
item,
routeForLastRead = routeForLastRead,
modifier = Modifier,
modifier = Modifier.fillMaxWidth(),
isBoostedNote = false,
isHiddenFeed = state.showHidden.value,
quotesLeft = 3,
Expand Down

0 comments on commit 165c3bb

Please sign in to comment.