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),