Use search field style from Compound. (#839)

This commit is contained in:
Doug
2023-04-28 11:59:40 +01:00
committed by GitHub
parent d2cb7c5240
commit cb7e90cc54
10 changed files with 16 additions and 114 deletions

View File

@@ -14,6 +14,7 @@
// limitations under the License.
//
import Compound
import SwiftUI
struct InviteUsersScreen: View {
@@ -36,6 +37,7 @@ struct InviteUsersScreen: View {
}
}
.searchable(text: $context.searchQuery, placement: .navigationBarDrawer(displayMode: .always), prompt: L10n.commonSearchForSomeone)
.compoundSearchField()
.alert(item: $context.alertInfo) { $0.alert }
}