I notice that when I set a button background color, clicking on that styled button gives no indication of whether the button is clicked. Is there a proper way to change the color of a button and still have it behave like a button (that is, show indication when clicked).
<Button icon="cut" title="On Peak" style={{ backgroundColor: "red" }} >
On Peak
</Button>