mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
update masks for "always dark" media views
This commit is contained in:
parent
83c156f9e6
commit
1a43498c2e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue