Skip to content

Commit c3f5f37

Browse files
committed
feat(ui-link): update Link's color
Closes: INSTUI-4386
1 parent c1aeb1e commit c3f5f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui-link/src/Link/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const generateComponentTheme = (theme: Theme): LinkTheme => {
5252
const componentVariables: LinkTheme = {
5353
fontFamily: typography?.fontFamily,
5454
fontWeight: typography?.fontWeightNormal,
55-
color: colors?.contrasts?.blue4570,
55+
color: colors?.contrasts?.blue5782,
5656

5757
textDecorationWithinText: 'underline',
5858
hoverTextDecorationWithinText: 'none',

packages/ui-themes/src/themes/canvas/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const brandVariables = {
3636
// used in lots of places for text color
3737
'ic-brand-font-color-dark': colors?.contrasts?.grey125125,
3838
// used by Link and links in Billboard
39-
'ic-link-color': colors?.contrasts?.blue4570,
39+
'ic-link-color': colors?.contrasts?.blue5782,
4040
'ic-link-decoration': 'none',
4141
// Used by BaseButton and its subcomponents
4242
'ic-brand-button--primary-bgd': colors?.contrasts?.blue4570,

0 commit comments

Comments
 (0)