How do disable and enable UIButtons now? I need btn color to be disabled color, but now it's still normal.
I'm used to disabling them like this(in 2.7x):
nextButton.GetComponent<UIButton>().isEnabled = false;
And what I see now:

Button switched off, but button's color still normal(not grey)