dimension changes as per invision

This commit is contained in:
Kevin G Christiano 2020-06-25 17:35:59 -04:00
parent 09a15d8227
commit eb193b16de

View File

@ -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()