So far this form has not produced how to change a button color, this is how you do it without Rich-text and CSS instead.
Make sure you add the button part and you can customize it how you want.
.Item button{
width: 44px;
height: 44px;
border-radius: 6px;
transform: scale(1);
background-color: #000;
}