Ion Input Change Underline text Color Focus on particular input box

Hi all, Need Help for Ion Input Change Underline text Color Focus on particular input box.
anyone share scss or css for change color input box .

html:

<ion-input type = "text"></ion-input>

scss:

ion-input[type=text] {
  color: green;
}
ion-input[type=text] {
  color: green;
}

this changes the text-color, but how to change the underline color?

Without focus it’s green and with focus blue.