Skip to content
Snippets Groups Projects

ForumPosts: Add spacing between TrustIndicator and timestamp

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -121,6 +121,7 @@ fun ThreadItemContentComposable(
@@ -121,6 +121,7 @@ fun ThreadItemContentComposable(
) {
) {
Row(
Row(
modifier = Modifier.fillMaxWidth(),
modifier = Modifier.fillMaxWidth(),
 
horizontalArrangement = spacedBy(8.dp),
) {
) {
Row(
Row(
modifier = Modifier.weight(1f),
modifier = Modifier.weight(1f),
Loading