From 6b49d03c32633315e7e89ea8899bae7ca7379536 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 15 May 2024 10:47:11 +0300 Subject: [PATCH] Fixed token name --- components/lib/themes/aura/autocomplete/index.js | 2 +- components/lib/themes/nora/autocomplete/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}',