We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890627d commit 058dd67Copy full SHA for 058dd67
Sources/ComponentsKit/Components/Slider/SUSlider.swift
@@ -78,7 +78,7 @@ public struct SUSlider: View {
78
case .striped:
79
ZStack {
80
RoundedRectangle(cornerRadius: self.model.cornerRadius(for: self.model.trackHeight))
81
- .foregroundStyle(self.model.color.contrast.color)
+ .foregroundStyle(.clear)
82
83
StripesShapeSlider(model: self.model)
84
.foregroundStyle(self.model.color.main.color)
0 commit comments