Option to change a button text color

Currently it’s possible to change the button text color with the CSS code below, but it would be awesome to have this option in the settings:

.es-button-base-ellipsis {
  color: red;
}
2 Likes