Use a non-opaque background color for the image view
This commit is contained in:
parent
1642839084
commit
4f8ca8d481
|
@ -242,7 +242,7 @@ public final class StatusCardControl: UIControl {
|
|||
private func apply(theme: Theme) {
|
||||
layer.borderColor = theme.separator.cgColor
|
||||
dividerView.backgroundColor = theme.separator
|
||||
imageView.backgroundColor = theme.systemElevatedBackgroundColor
|
||||
imageView.backgroundColor = UIColor.tertiarySystemFill
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue