/* Resetting the background will solve this issue: */

button {
  appearance: none;
  background: transparent;
  /* Other styles */
}