Room contextual menu: Update button titles color and disabled opacity.

This commit is contained in:
SBiOSoftWhare
2019-05-23 17:48:52 +02:00
parent e401028a82
commit 3ed0bf3d98
3 changed files with 4 additions and 4 deletions
@@ -28,7 +28,7 @@ final class ContextualMenuItemView: UIView, NibOwnerLoadable {
private enum ViewAlpha {
static let normal: CGFloat = 1.0
static let disabled: CGFloat = 0.5
static let disabled: CGFloat = 0.3
}
// MARK: - Properties