diff --git a/packages/ui-link/src/Link/theme.ts b/packages/ui-link/src/Link/theme.ts index 8351324a91..6b2583e407 100644 --- a/packages/ui-link/src/Link/theme.ts +++ b/packages/ui-link/src/Link/theme.ts @@ -52,7 +52,7 @@ const generateComponentTheme = (theme: Theme): LinkTheme => { const componentVariables: LinkTheme = { fontFamily: typography?.fontFamily, fontWeight: typography?.fontWeightNormal, - color: colors?.contrasts?.blue4570, + color: colors?.contrasts?.blue5782, textDecorationWithinText: 'underline', hoverTextDecorationWithinText: 'none',