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 2812bd2 commit 9ae7ed5Copy full SHA for 9ae7ed5
Sources/ComponentsKit/Components/Slider/SUSlider.swift
@@ -42,7 +42,7 @@ public struct SUSlider: View {
42
.frame(width: barWidth, height: self.model.trackHeight)
43
44
// Handle
45
- RoundedRectangle(cornerRadius: self.model.cornerRadius(for: self.model.handleSize.height))
+ RoundedRectangle(cornerRadius: self.model.cornerRadius(for: self.model.handleSize.width))
46
.foregroundStyle(self.model.color.main.color)
47
.frame(width: self.model.handleSize.width, height: self.model.handleSize.height)
48
.overlay(
0 commit comments