update masks for "always dark" media views

This commit is contained in:
Michael Kirk 2018-11-27 13:58:27 -07:00
parent 83c156f9e6
commit 1a43498c2e

View file

@ -57,12 +57,12 @@ public class PhotoGridViewCell: UICollectionViewCell {
self.highlightedView = UIView()
highlightedView.alpha = 0.2
highlightedView.backgroundColor = Theme.primaryColor
highlightedView.backgroundColor = Theme.darkThemePrimaryColor
highlightedView.isHidden = true
self.selectedView = UIView()
selectedView.alpha = 0.3
selectedView.backgroundColor = Theme.backgroundColor
selectedView.backgroundColor = Theme.darkThemeBackgroundColor
selectedView.isHidden = true
super.init(frame: frame)