diff --git a/components/lib/themes/aura/autocomplete/index.js b/components/lib/themes/aura/autocomplete/index.js index 5fc70798f..2c4410701 100644 --- a/components/lib/themes/aura/autocomplete/index.js +++ b/components/lib/themes/aura/autocomplete/index.js @@ -1,5 +1,5 @@ export default { - inputMultiple: { + root: { background: '{form.field.background}', disabledBackground: '{form.field.disabled.background}', filledBackground: '{form.field.filled.background}', diff --git a/components/lib/themes/nora/autocomplete/index.js b/components/lib/themes/nora/autocomplete/index.js index 34f577d0a..47cb71fa9 100644 --- a/components/lib/themes/nora/autocomplete/index.js +++ b/components/lib/themes/nora/autocomplete/index.js @@ -1,5 +1,5 @@ export default { - inputMultiple: { + root: { background: '{form.field.background}', disabledBackground: '{form.field.disabled.background}', filledBackground: '{form.field.filled.background}',