Skip to content

Commit

Permalink
Test(web): Update SCSS link generator tests with new token values
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Jul 25, 2024
1 parent 5090fc4 commit 2cc2b49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/web/src/scss/tools/__tests__/_dictionaries.test.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,23 +82,23 @@
}

.link-primary.link-disabled {
color: #c4c4c4;
color: #979797;
}

.link-secondary {
color: #90a2a7;
color: #758185;
}

.link-secondary:hover {
color: #849499;
color: #5b6568;
}

.link-secondary:active {
color: #6e7b80;
color: #454b4e;
}

.link-secondary.link-disabled {
color: #c4c4c4;
color: #979797;
}

.link-inverted {
Expand Down

0 comments on commit 2cc2b49

Please sign in to comment.