Changing button color on mouse hover - LibGDX

I’ve searched all over and before I go about making a hoverlistener, I wanted to know if there was an easy way of changing the color of a button when a mouse hovers over it?

I have a TextButtonStyle which I pass to a TextButton. I noticed that the TextButtonStyle has a hover option but it is only for the font color. Are there any similar solutions which help change the overall color of a button on hover?