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 Dec 2, 2024
1 parent c1aeb1e commit c3f5f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/ui-themes/src/themes/canvas/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const brandVariables = {
// used in lots of places for text color
'ic-brand-font-color-dark': colors?.contrasts?.grey125125,
// used by Link and links in Billboard
'ic-link-color': colors?.contrasts?.blue4570,
'ic-link-color': colors?.contrasts?.blue5782,
'ic-link-decoration': 'none',
// Used by BaseButton and its subcomponents
'ic-brand-button--primary-bgd': colors?.contrasts?.blue4570,
Expand Down

0 comments on commit c3f5f37

Please sign in to comment.