diff --git a/packages/calcite-components/src/components/list-item/list-item.scss b/packages/calcite-components/src/components/list-item/list-item.scss index 2f4600b75ba..270b661b206 100755 --- a/packages/calcite-components/src/components/list-item/list-item.scss +++ b/packages/calcite-components/src/components/list-item/list-item.scss @@ -411,7 +411,7 @@ content: ""; inline-size: theme("spacing[0.5]"); z-index: theme("zIndex.header"); - background-color: theme("colors.brand"); + background-color: var(--calcite-color-focus, var(--calcite-ui-focus-color, var(--calcite-color-brand))); inset-block: 0; } &::before {