This commit is contained in:
haranicle 2017-05-12 03:23:57 +09:00
parent e1fa97ea2d
commit 97f6814c1d
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ extension NohanaImagePickerController {
public var background: UIColor = .white
public var empty: UIColor = UIColor(red: 0x88/0xff, green: 0x88/0xff, blue: 0x88/0xff, alpha: 1)
public var separator: UIColor = UIColor(red: 0xbb/0xff, green: 0xbb/0xff, blue: 0xbb/0xff, alpha: 1)
public var picked: UIColor = UIColor(red: 158/0xff, green: 197/0xff, blue: 46/0xff, alpha: 1)
public var dropped: UIColor = .red
}
public var color: Color = Color()