Merge pull request #505 from fiatjaf/fix-spacing

add a spacing between "replying to" and the name
This commit is contained in:
Barry Deen
2026-05-03 19:59:14 -04:00
committed by GitHub
@@ -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,