dimension changes as per invision
This commit is contained in:
parent
09a15d8227
commit
eb193b16de
@ -44,8 +44,8 @@ public typealias ActionBlockConfirmation = () -> (Bool)
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
// Sizes are from InVision design specs.
|
// Sizes are from InVision design specs.
|
||||||
static let containerSize = CGSize(width: 46, height: 24)
|
static let containerSize = CGSize(width: 51, height: 31)
|
||||||
static let knobSize = CGSize(width: 22, height: 22)
|
static let knobSize = CGSize(width: 28, height: 28)
|
||||||
|
|
||||||
private var knobView: View = {
|
private var knobView: View = {
|
||||||
let view = View()
|
let view = View()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user