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

This reverts commit 43855ae07d.
This commit is contained in:
another-simple-pixel
2026-05-18 09:47:25 -07:00
parent 36e57a6b7d
commit 244fe28cc1
@@ -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),