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