Skip to content

Commit

Permalink
Merge pull request #869 from adevinta/1977-bug-slider-handler-is-too-…
Browse files Browse the repository at this point in the history
…small

[Slider#1977] Updated Slider handle size from 24x24 to 32x32
  • Loading branch information
LouisBorleeAdevinta authored Mar 26, 2024
2 parents 8298c53 + 1d26fbd commit cb0ab1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Sources/Components/Slider/Constant/SliderConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

enum SliderConstants {
static let handleSize = CGSize(width: 24, height: 24)
static let activeIndicatorSize = CGSize(width: 32, height: 32)
static let handleSize = CGSize(width: 32, height: 32)
static let activeIndicatorSize = CGSize(width: 40, height: 40)
static let barHeight: CGFloat = 4.0
}

0 comments on commit cb0ab1f

Please sign in to comment.