Adds a space after the Channel header in the reply rows

This commit is contained in:
Vitor Pamplona 2024-03-20 16:48:24 -04:00
parent e659153730
commit fd39ff24e1

View File

@ -745,6 +745,7 @@ private fun ReplyRow(
accountViewModel = accountViewModel,
nav = nav,
)
Spacer(modifier = StdVertSpacer)
}
if (showReply) {