summaryrefslogtreecommitdiff
path: root/web-ui/src/common/input_field/input_field.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/common/input_field/input_field.js')
-rw-r--r--web-ui/src/common/input_field/input_field.js1
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>