Skip to content

Commit

Permalink
Fixed disabled button style (cursor)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavikdenis committed Nov 27, 2020
1 parent d9240f9 commit ebd301e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const primaryStyles = css`
`;

const disabledStyles = css`
cursor: not-allowed;
opacity: 0.5;
transition: none;
Expand Down

0 comments on commit ebd301e

Please sign in to comment.