Skip to content
Snippets Groups Projects
Verified Commit c1a5580a authored by Mikolai Gütschow's avatar Mikolai Gütschow
Browse files

add spacing between TrustIndicator and timestamp

parent 85cc7cc3
No related branches found
No related tags found
1 merge request!275ForumPosts: Add spacing between TrustIndicator and timestamp
Pipeline #13101 passed
......@@ -121,6 +121,7 @@ fun ThreadItemContentComposable(
) {
Row(
modifier = Modifier.fillMaxWidth(),
horizontalArrangement = spacedBy(8.dp),
) {
Row(
modifier = Modifier.weight(1f),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment