Skip to content

Commit

Permalink
remove default tintColor (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Feb 22, 2024
1 parent 5a07b8d commit ba98224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/PrecisionLevelSlider/PrecisionLevelSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ public struct SwiftUIPrecisionLevelSlider<CenterLevel: View, Track: View>: UIVie
track: track
)

view.tintColor = .systemRed
view.onChangeValue = { value in
// Prevent from modifying during view update warnings.
Task { @MainActor in
Expand Down

0 comments on commit ba98224

Please sign in to comment.