feat: Adds form style to styleguide.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user