mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-13 18:09:51 +00:00
CreateProfile: add vertical gap between profile fields and Create profile action card
This commit is contained in:
+1
@@ -155,6 +155,7 @@ fun CreateProfile(chatModel: ChatModel, close: () -> Unit) {
|
|||||||
}
|
}
|
||||||
ProfileNameField(shortDescr, "", isValid = { bioFitsLimit(it) })
|
ProfileNameField(shortDescr, "", isValid = { bioFitsLimit(it) })
|
||||||
}
|
}
|
||||||
|
Spacer(Modifier.height(DEFAULT_PADDING))
|
||||||
SectionView {
|
SectionView {
|
||||||
SettingsActionItem(
|
SettingsActionItem(
|
||||||
painterResource(MR.images.ic_check),
|
painterResource(MR.images.ic_check),
|
||||||
|
|||||||
Reference in New Issue
Block a user