Updated to Ionic 6 now there is no cursor in inputs - tip

After updating to Ionic 6 from Ionic 5 I no longer see a cursor in any of the text boxes for web or on an Android device. iOS is ok. Not sure why this happened.

I added this to the global.scss and it resolved the issue.

input {
  caret-color: var(--ion-color-primary); 
}