Skip to content

Commit

Permalink
fix: add pointer cursor to links
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Jan 16, 2019
1 parent d641d1c commit d35f338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/src/__snapshots__/textStyles.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ exports[`works with "withFallback" powered styles 1`] = `
color: #6C7983;
color: #8F9BA3;
color: #28beb8;
cursor: pointer;
color: rgba(0,193,187,0.6);
}
Expand Down
1 change: 1 addition & 0 deletions packages/theme/src/textStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const styles = {
link: wf(
props => css`
color: ${props.theme.link};
cursor: pointer;
`
),
highlighted: wf(
Expand Down

0 comments on commit d35f338

Please sign in to comment.