
## Description This PRs fixes the active indicator color for a filled text field and the border color for an outlined text field. Previously, when a text field was focused and hovered, the hover color was used. With this PR the focus color is used. Screenshots for a focused and hovered text field: | Before | After | |--------|--------| |  | | </details> ## Related Issue Fixes https://github.com/flutter/flutter/issues/145897 ## Tests Adds 4 tests.