From c24c1d017656bbd406730907f7b5e83363b20bfe Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sun, 5 May 2024 19:22:20 +0300 Subject: [PATCH] Fixed token name --- components/lib/themes/aura/breadcrumb/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/themes/aura/breadcrumb/index.js b/components/lib/themes/aura/breadcrumb/index.js index ba949e3cd..10ebb783b 100644 --- a/components/lib/themes/aura/breadcrumb/index.js +++ b/components/lib/themes/aura/breadcrumb/index.js @@ -1,6 +1,6 @@ export default { root: { - background: '{container.background}' + background: '{content.background}' }, item: { color: '{text.muted.color}',