Fixes the top padding of the quoted note in a post.

This commit is contained in:
Vitor Pamplona
2024-02-02 09:35:17 -05:00
parent 9d92976eb9
commit 103809d35b
@@ -100,7 +100,6 @@ import com.vitorpamplona.amethyst.ui.theme.HalfVertPadding
import com.vitorpamplona.amethyst.ui.theme.MarkdownTextStyle import com.vitorpamplona.amethyst.ui.theme.MarkdownTextStyle
import com.vitorpamplona.amethyst.ui.theme.innerPostModifier import com.vitorpamplona.amethyst.ui.theme.innerPostModifier
import com.vitorpamplona.amethyst.ui.theme.markdownStyle import com.vitorpamplona.amethyst.ui.theme.markdownStyle
import com.vitorpamplona.amethyst.ui.theme.replyModifier
import com.vitorpamplona.amethyst.ui.uriToRoute import com.vitorpamplona.amethyst.ui.uriToRoute
import com.vitorpamplona.quartz.encoders.Nip19 import com.vitorpamplona.quartz.encoders.Nip19
import com.vitorpamplona.quartz.events.EmptyTagList import com.vitorpamplona.quartz.events.EmptyTagList
@@ -607,7 +606,7 @@ private fun DisplayFullNote(
NoteCompose( NoteCompose(
baseNote = it, baseNote = it,
accountViewModel = accountViewModel, accountViewModel = accountViewModel,
modifier = MaterialTheme.colorScheme.replyModifier, modifier = MaterialTheme.colorScheme.innerPostModifier,
parentBackgroundColor = backgroundColor, parentBackgroundColor = backgroundColor,
isQuotedNote = true, isQuotedNote = true,
nav = nav, nav = nav,