How should I go about changing background-color CSS property for <button> element using Materialize CSS? It seems that for most other elements simply adding a class of, for example, .red or .yellow will change the background colour, but not for the button elements.
Is there any non-obtrusive way?
EDIT:
To be more precise, my <button> element has these classes: btn waves-effect waves-light red, but its colour remains default blue.
                        
It seems that
redandgreenworks fine.