Feat: Fixing equipment settings form
This commit is contained in:
@@ -44,13 +44,12 @@ public struct InfoView: View {
|
||||
}
|
||||
|
||||
public var body: some View {
|
||||
VStack(spacing: 40) {
|
||||
Text(store.bodyText)
|
||||
.font(.callout)
|
||||
.padding()
|
||||
VStack {
|
||||
TextLabel(store.bodyText)
|
||||
Spacer()
|
||||
}
|
||||
.navigationTitle(store.titleText)
|
||||
.textLabelStyle(.secondary)
|
||||
.padding(.horizontal)
|
||||
.navigationBarBackButtonHidden()
|
||||
.toolbar {
|
||||
|
||||
Reference in New Issue
Block a user