Add space header.

This commit is contained in:
Benoit Marty 2025-09-01 21:33:55 +02:00 committed by Benoit Marty
parent cbcf86b1c9
commit fdea38ddb0
9 changed files with 152 additions and 31 deletions

View file

@ -26,7 +26,7 @@ import io.element.android.libraries.designsystem.theme.components.Text
@Composable
fun MembersCountMolecule(
memberCount: Long,
memberCount: Int,
modifier: Modifier = Modifier,
) {
Row(