Answers for "how to set the ionic input line color in html"

CSS
1

ionic input line color

ion-item {
  --border-color: var(--ion-color-danger, #f1453d);
}
Posted by: Guest on September-17-2020

Code answers related to "how to set the ionic input line color in html"

Browse Popular Code Answers by Language