diff --git a/src/components/@molecules/QuestionTooltip/QuestionTooltip.tsx b/src/components/@molecules/QuestionTooltip/QuestionTooltip.tsx index 6367d11ab..615bbe769 100644 --- a/src/components/@molecules/QuestionTooltip/QuestionTooltip.tsx +++ b/src/components/@molecules/QuestionTooltip/QuestionTooltip.tsx @@ -10,6 +10,8 @@ const IconWrapper = styled.div( height: ${theme.space[4]}; color: ${theme.colors.indigo}; + cursor: pointer; + svg { display: block; }