mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 16:57:39 +00:00
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:
+1
@@ -320,6 +320,7 @@ private fun NewPostScreenBody(
|
||||
}
|
||||
|
||||
if (postViewModel.wantsToAddNotifyUser) {
|
||||
Spacer(modifier = StdVertSpacer)
|
||||
OutlinedThinPaddingTextField(
|
||||
state = postViewModel.notifyUserSearchText,
|
||||
onTextChanged = postViewModel::onNotifyUserSearchTextChanged,
|
||||
|
||||
Reference in New Issue
Block a user