I need to change the outline text color for the MatTextField (Matblazor) control. Please let me know how to customize the css and also let me know the corresponding CSS name for applying those changes.
Looking at the
source code for component reveals all CSS classes that you can override in your own CSS. It appears the mdc-line-ripple is what you are after.