add a spacing between "replying to" and the name.

This commit is contained in:
fiatjaf
2026-04-28 21:02:05 -03:00
parent 413a06915e
commit 1d04ef5d2b
@@ -539,6 +539,7 @@ fun ComposeScreen(
style = MaterialTheme.typography.bodySmall,
color = MaterialTheme.colorScheme.onSurfaceVariant
)
Spacer(Modifier.width(4.dp))
Text(
text = replyAuthorName,
style = MaterialTheme.typography.bodySmall,