Skip to content

Commit

Permalink
feat(ui-link): update Link's color
Browse files Browse the repository at this point in the history
Closes: INSTUI-4386
  • Loading branch information
HerrTopi committed Nov 28, 2024
1 parent c871244 commit 2a946ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-link/src/Link/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2a946ca

Please sign in to comment.