Backport base Form style from Compound. (#1009)

Apply to all screens using the formBackground colour.
This commit is contained in:
Doug
2023-06-02 11:39:03 +01:00
committed by GitHub
parent 16c5820ac8
commit 61f870def7
8 changed files with 21 additions and 37 deletions

View File

@@ -28,8 +28,7 @@ struct StartChatScreen: View {
searchContent
}
}
.scrollContentBackground(.hidden)
.background(Color.element.formBackground.ignoresSafeArea())
.elementFormStyle()
.navigationTitle(L10n.actionStartChat)
.navigationBarTitleDisplayMode(.inline)
.toolbar {