diff --git a/components/lib/themes/aura/inputgroup/index.js b/components/lib/themes/aura/inputgroup/index.js index 6c5255083..98043141a 100644 --- a/components/lib/themes/aura/inputgroup/index.js +++ b/components/lib/themes/aura/inputgroup/index.js @@ -2,6 +2,6 @@ export default { addon: { background: '{form.field.background}', borderColor: '{form.field.border.color}', - color: '{form.field.placeholder.color}' + color: '{form.field.icon.color}' } };