fix: add spacing before the notify add-user search field

The search field shown after tapping Add sat flush against the notify
chips row. Add a standard vertical spacer so it gets a consistent gap.
This commit is contained in:
Claude
2026-06-13 15:00:05 +00:00
parent 6fcbecb293
commit 72ecb98749
@@ -320,6 +320,7 @@ private fun NewPostScreenBody(
}
if (postViewModel.wantsToAddNotifyUser) {
Spacer(modifier = StdVertSpacer)
OutlinedThinPaddingTextField(
state = postViewModel.notifyUserSearchText,
onTextChanged = postViewModel::onNotifyUserSearchTextChanged,