fix to align Participants header

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2024-09-04 11:23:04 +02:00
parent 8d1d44692e
commit 8a59dd900d
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -256,7 +256,7 @@ fun AddParticipants(
Text(
text = stringResource(id = R.string.nc_participants).uppercase(),
fontSize = 14.sp,
modifier = Modifier.padding(start = 16.dp, bottom = 16.dp)
modifier = Modifier.padding(start = 0.dp, bottom = 16.dp)
)
Spacer(modifier = Modifier.weight(1f))
if (participants.isNotEmpty()) {