diff --git a/force-app/main/default/lwc/indicatorBundle/indicatorBundle.css b/force-app/main/default/lwc/indicatorBundle/indicatorBundle.css index aa30080..a95f064 100644 --- a/force-app/main/default/lwc/indicatorBundle/indicatorBundle.css +++ b/force-app/main/default/lwc/indicatorBundle/indicatorBundle.css @@ -1,4 +1,4 @@ .cardIcon { - --sds-c-icon-color-foreground: var(--foregroundColor); - --sds-c-icon-color-background: var(--backgroundColor); + --slds-c-icon-color-foreground: var(--foregroundColor); + --slds-c-icon-color-background: var(--backgroundColor); } \ No newline at end of file diff --git a/force-app/main/default/lwc/indicatorBundleItem/indicatorBundleItem.css b/force-app/main/default/lwc/indicatorBundleItem/indicatorBundleItem.css index d6ee94b..401ae97 100644 --- a/force-app/main/default/lwc/indicatorBundleItem/indicatorBundleItem.css +++ b/force-app/main/default/lwc/indicatorBundleItem/indicatorBundleItem.css @@ -3,7 +3,7 @@ } .indicatorIcon { - --sds-c-icon-color-foreground: var(--foregroundColor); - --sds-c-icon-color-background: var(--backgroundColor); + --slds-c-icon-color-foreground: var(--foregroundColor); + --slds-c-icon-color-background: var(--backgroundColor); --slds-c-avatar-text-color: var(--foregroundColor); } \ No newline at end of file diff --git a/force-app/main/default/lwc/key/key.css b/force-app/main/default/lwc/key/key.css index aa30080..a95f064 100644 --- a/force-app/main/default/lwc/key/key.css +++ b/force-app/main/default/lwc/key/key.css @@ -1,4 +1,4 @@ .cardIcon { - --sds-c-icon-color-foreground: var(--foregroundColor); - --sds-c-icon-color-background: var(--backgroundColor); + --slds-c-icon-color-foreground: var(--foregroundColor); + --slds-c-icon-color-background: var(--backgroundColor); } \ No newline at end of file