Skip to content

Commit

Permalink
[WNMGDS-2634] Update the visited link color for the cmsgov theme (#2882)
Browse files Browse the repository at this point in the history
Update the visited link color for the cmsgov theme as requested
  • Loading branch information
pwolfert authored Jan 10, 2024
1 parent 17f3a16 commit 1f82462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system-tokens/src/themes/cmsgov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const themeColors: ColorTokens = {
'warn-darker': color['dandelion-700'],
'warn-darkest': color['dandelion-800'],
//
'visited': color['windsor-500'],
'visited': color['orchid-800'],
};

const font: FontTokens = {
Expand Down

0 comments on commit 1f82462

Please sign in to comment.