Hapus perbatasan hitam dari CSS perbatasan
/* The black border occurs if you didn't set the border style */
button {
border-style: solid;
}
emmanuelAKBI
/* The black border occurs if you didn't set the border style */
button {
border-style: solid;
}