Enhancement Overview
Add Hover options for button like hover background hover color and hover text color.
Expected Behavior
There is no option to add hover color on button so there should be option for Background Hover Color and Hover Text Color.
Screenshots / Video

Could we just have a rule of whatever color, the hover should be a little darker?
I think the hover color should be a little darker than base color.
@monika-12 yes I agree and let's get this worked on now we have design feedback.
.wp-block-button__link:hover{
background:#3A3A3A !important;
}
This is what I've added to custom theme CSS. Affects all buttons in that class. For now it works fine for me. The !important is important for override purposes, because for some strange reason somewhere else the background has been set already at :hover.
@karmatosed do you know if this has been deployed? I cannot find any docs about hover for buttons in Gutenberg.
thanks!
Most helpful comment
Could we just have a rule of whatever color, the hover should be a little darker?