File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui-themes/src/themes/canvas Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments