From c0e1093898003a1115c657823ae863582ab03567 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 5 May 2024 19:15:16 +0300 Subject: [PATCH] Updated inputgroup dt --- components/lib/themes/aura/inputgroup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}' } };