feat: Adds text labeled content and style.
This commit is contained in:
@@ -19,12 +19,12 @@ public struct PressureEstimationsFeature {
|
||||
@ObservableState
|
||||
public struct State: Equatable {
|
||||
@Presents public var destination: Destination.State?
|
||||
@Shared(.sharedPressureEstimationSettings) var sharedSettings = SharedPressureEstimationSettings()
|
||||
@Shared(.sharedPressureEstimationSettings) var sharedSettings = SharedPressureEstimationState()
|
||||
public var equipmentSettings: EquipmentSettingsForm.State
|
||||
|
||||
public init(
|
||||
destination: Destination.State? = nil,
|
||||
sharedSettings: SharedPressureEstimationSettings = .init()
|
||||
sharedSettings: SharedPressureEstimationState = .init()
|
||||
) {
|
||||
self.destination = destination
|
||||
self._sharedSettings = Shared(sharedSettings)
|
||||
|
||||
Reference in New Issue
Block a user