Skip to content

Commit

Permalink
fix(Button): pointer if onClick provided only
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Feb 28, 2023
1 parent c159d03 commit 3de2663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ const StyledButton = styled(
outline: none;
appearance: none;
cursor: pointer;
border: 1px solid;
border-radius: ${radiusM};
Expand Down

0 comments on commit 3de2663

Please sign in to comment.