Skip to content

Commit

Permalink
Merge pull request #115 from balena-io-modules/link-default-cursor-po…
Browse files Browse the repository at this point in the history
…inter

Link: Set the default cursor style to `pointer`
  • Loading branch information
myarmolinsky authored Sep 2, 2024
2 parents 359b20b + f949675 commit 7e49a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ export const theme = createTheme({
'&:hover': {
color: color.palette.blue[800].value,
},
cursor: 'pointer',
},
},
},
Expand Down

0 comments on commit 7e49a25

Please sign in to comment.