From 244fe28cc1683e2ff8d940b45143ca4b83a5d0f1 Mon Sep 17 00:00:00 2001 From: another-simple-pixel Date: Mon, 18 May 2026 09:47:25 -0700 Subject: [PATCH] Revert "CreateProfile: add vertical gap between profile fields and Create profile action card" This reverts commit 43855ae07d7a6c492e2ae5d5477d07de6e997a80. --- .../commonMain/kotlin/chat/simplex/common/views/WelcomeView.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/WelcomeView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/WelcomeView.kt index e81ef0a2d5..aa0143a8dc 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/WelcomeView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/WelcomeView.kt @@ -155,7 +155,6 @@ fun CreateProfile(chatModel: ChatModel, close: () -> Unit) { } ProfileNameField(shortDescr, "", isValid = { bioFitsLimit(it) }) } - Spacer(Modifier.height(DEFAULT_PADDING)) SectionView { SettingsActionItem( painterResource(MR.images.ic_check),