Skip to content

Commit

Permalink
perf(tokens): update semantic color token names #82
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Mar 15, 2024
1 parent b7fb51a commit 98815a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ table {
}

thead {
border-bottom: 1px solid var(--ds-color-brand-gray-200, $ds-color-brand-gray-200);
border-bottom: 1px solid var(--ds-color-border-disabled-default, $ds-color-border-disabled-default);
border-collapse: collapse;
}

tr {
&:nth-child(even) {
background-color: var(--ds-color-brand-gray-100, $ds-color-brand-gray-100);
background-color: var(--ds-color-background-lighter, $ds-color-background-lighter);
}
}

Expand Down

0 comments on commit 98815a9

Please sign in to comment.