material-bread
material-bread copied to clipboard
focusedBorderColor property was added to support customized border color
Description
This PR enable user to set focus color in outlined textfield.
Screenshots

@dann1609 Good addition, but I'm unable to push commits. We need to add this prop to the docs as well. Add this line to docs/src/content/components/textfield/propData.js
[
'focusedBorderColor',
'Color for Outlined Border',
'string',
'theme.primary',
],
under the focused prop.