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 2248380fee
commit 9802afd895
3 changed files with 4 additions and 4 deletions
@@ -47,7 +47,7 @@ final class RoomContextualMenuToolbarView: MXKRoomInputToolbarView, NibOwnerLoad
self.separatorView.backgroundColor = theme.lineBreakColor
for menuItemView in self.menuItemViews {
menuItemView.titleColor = theme.textPrimaryColor
menuItemView.titleColor = theme.tintColor
menuItemView.imageColor = theme.tintColor
}
}