Skip to content

Commit

Permalink
grab changes from
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Aug 4, 2020
1 parent ffc7eeb commit ca5890e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/buttons-and-links/buttonMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export default {
},
linkStyle() {
return {
color: this.$themeTokens.primary,
':hover': { color: this.$themeTokens.primaryDark },
color: this.$themeTokens.link,
':hover': { color: this.$themeTokens.linkDark },
':focus': this.$coreOutline,
':disabled': { opacity: 0.5 },
};
Expand Down
2 changes: 2 additions & 0 deletions lib/styles/colorsDefault.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const defaultTokenMapping = {
textDisabled: 'palette.grey.v_300',
annotation: 'palette.grey.v_700',
textInverted: 'palette.white',
link: 'brand.primary.v_400',
linkDark: 'brand.primary.v_700',
loading: 'brand.secondary.v_200',
focusOutline: 'brand.secondary.v_200',
surface: 'palette.white',
Expand Down

0 comments on commit ca5890e

Please sign in to comment.