From 43855ae07d7a6c492e2ae5d5477d07de6e997a80 Mon Sep 17 00:00:00 2001 From: another-simple-pixel Date: Sat, 16 May 2026 13:20:14 -0700 Subject: [PATCH] CreateProfile: add vertical gap between profile fields and Create profile action card --- .../commonMain/kotlin/chat/simplex/common/views/WelcomeView.kt | 1 + 1 file changed, 1 insertion(+) 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 6508b9a732..f4031833e8 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,6 +155,7 @@ fun CreateProfile(chatModel: ChatModel, close: () -> Unit) { } ProfileNameField(shortDescr, "", isValid = { bioFitsLimit(it) }) } + Spacer(Modifier.height(DEFAULT_PADDING)) SectionView { SettingsActionItem( painterResource(MR.images.ic_check),