Skip to content

Commit

Permalink
Migrated from sds to slds for CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
tschug committed Nov 5, 2023
1 parent ef753cc commit be68ace
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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);
}
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
4 changes: 2 additions & 2 deletions force-app/main/default/lwc/key/key.css
Original file line number Diff line number Diff line change
@@ -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);
}

0 comments on commit be68ace

Please sign in to comment.