how to control the outline of an input code example
Example 1: input outline focus
input:focus, textarea:focus {
background-color: #FFFF66;
border: 1px solid #F47E58;
}
Example 2: text input layout outline box
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"