Skip to content

Commit

Permalink
fix(textinput): Change TextInput icon cursor from 'pointer' to 'text'
Browse files Browse the repository at this point in the history
  • Loading branch information
aVileBroker committed Dec 3, 2021
1 parent 5f9e67e commit 8c47466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const IconContainer = styled(Div)`
align-items: center;
justify-content: center;
color: ${colors.grayMedium};
cursor: pointer;
cursor: text;
`;
}}
`;
Expand Down

0 comments on commit 8c47466

Please sign in to comment.