diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-10 18:25:54 -0300 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-03-10 18:34:23 -0300 |
commit | 471b58e945613956db951b3a7b87c9c528b152a4 (patch) | |
tree | af0a44e447260830b375210c8d54eb6c871c8151 /web-ui | |
parent | def51d0d4265e9a489d05ca8cb4bec6abb26073f (diff) |
[#923] Make the label for the input text always blue
with @FrailWords
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/src/common/input_field/input_field.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/src/common/input_field/input_field.js b/web-ui/src/common/input_field/input_field.js index 438241e1..f50fc2b1 100644 --- a/web-ui/src/common/input_field/input_field.js +++ b/web-ui/src/common/input_field/input_field.js @@ -28,6 +28,7 @@ const InputField = ({ label, name, type = 'text', ...other }) => ( name={name} type={type} fullWidth + floatingLabelFocusStyle={{ color: '#178ca6' }} {...other} /> </div> |