material-bread icon indicating copy to clipboard operation
material-bread copied to clipboard

focusedBorderColor property was added to support customized border color

Open dann1609 opened this issue 6 years ago • 1 comments

Description

This PR enable user to set focus color in outlined textfield.

Screenshots

Screen Shot 2019-11-20 at 12 57 38 PM

dann1609 avatar Nov 20 '19 17:11 dann1609

@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.

codypearce avatar Nov 24 '19 08:11 codypearce