Skip to content

Commit

Permalink
Added 'cursor: pointer' to button
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Jul 5, 2017
1 parent 70eacf2 commit e5b612b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Timer/Timer.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const Button = styled.button`
margin: 0 auto 10px auto;
width: 80%;
font-size: 1.5em;
cursor: pointer;
${
media.tablet`
Expand Down
1 change: 1 addition & 0 deletions src/components/TimerForm/TimerForm.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const Submit = styled.input`
margin: auto;
width: 80%;
font-size: 1.5em;
cursor: pointer;
${
media.tablet`
Expand Down

0 comments on commit e5b612b

Please sign in to comment.