CreateProfile: add vertical gap between profile fields and Create profile action card

This commit is contained in:
another-simple-pixel
2026-05-16 13:20:14 -07:00
parent c437fc59ee
commit 43855ae07d
@@ -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),