Make extractor buttons higher animation while animating. Issue #1705
This commit is contained in:
parent
25daea8a9f
commit
72e886b709
|
@ -49,7 +49,7 @@ struct AppAssets {
|
|||
|
||||
static var articleExtractorOffTinted: UIImage = {
|
||||
let image = UIImage(named: "articleExtractorOff")!
|
||||
return image.maskWithColor(color: AppAssets.primaryAccentColor.cgColor)!
|
||||
return image.tinted(color: AppAssets.primaryAccentColor)!
|
||||
}()
|
||||
|
||||
static var articleExtractorOn: UIImage = {
|
||||
|
@ -62,7 +62,7 @@ struct AppAssets {
|
|||
|
||||
static var articleExtractorOnTinted: UIImage = {
|
||||
let image = UIImage(named: "articleExtractorOn")!
|
||||
return image.maskWithColor(color: AppAssets.primaryAccentColor.cgColor)!
|
||||
return image.tinted(color: AppAssets.primaryAccentColor)!
|
||||
}()
|
||||
|
||||
static var iconBackgroundColor: UIColor = {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c6a61832b1cb1ed2a29e192469079eb8f9147f5
|
||||
Subproject commit c548b018beb865c2a1792d15767a2b378bbdaa89
|
Loading…
Reference in New Issue