Skip to content

Commit

Permalink
add missing cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 4, 2024
1 parent 4b60fda commit de3ffff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/@molecules/QuestionTooltip/QuestionTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const IconWrapper = styled.div(
height: ${theme.space[4]};
color: ${theme.colors.indigo};
cursor: pointer;
svg {
display: block;
}
Expand Down

0 comments on commit de3ffff

Please sign in to comment.