Merge pull request #505 from fiatjaf/fix-spacing
add a spacing between "replying to" and the name
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user