瀏覽代碼

fix to align Participants header

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 6 月之前
父節點
當前提交
8a59dd900d

+ 1 - 1
app/src/main/java/com/nextcloud/talk/conversationcreation/ConversationCreationActivity.kt

@@ -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()) {