Answers for "how to change ion button color"

2

ion button color custom

ion-button{
  --background: #0869AE;
  --border-radius: 20px;
}
Posted by: Guest on August-18-2020
1

change button color html

.button {
  background-color: #4CAF50;
}
Posted by: Guest on May-07-2021

Code answers related to "how to change ion button color"

Browse Popular Code Answers by Language