Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Dec 4, 2023
1 parent e3b5825 commit d5eb865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlatformUI/PlatformUI/Components/Input/PlatformInput.swift
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ open class PlatformBooleanInputViewModel: PlatformValueInputViewModel {
Spacer()
Toggle("", isOn: self.inputBinding)
.toggleStyle(SwitchToggleStyle(tint: ThemeColor.SemanticColor.colorPurple.color))
.disabled(!self.isEnabled)
}
)
}
Expand Down

0 comments on commit d5eb865

Please sign in to comment.