feat: Adds form style to styleguide.

This commit is contained in:
2024-06-14 11:12:10 -04:00
parent eb0253077b
commit 50e80d39eb
6 changed files with 24 additions and 23 deletions

View File

@@ -222,10 +222,8 @@ public struct EquipmentSettingsFormView: View {
}
}
}
.labelsHidden()
.applyFormStyle()
.bind($focusedField, to: $store.focusedField)
.textLabelStyle(.boldSecondary)
.textFieldStyle(.roundedBorder)
.sheet(
item: $store.scope(
state: \.destination?.infoView,