Skip to content

Commit

Permalink
fix: center timer's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Sep 28, 2018
1 parent 1a3dac8 commit 08c0c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/defaults/timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const RecIcon = styled.div`
background: #e55226;
border-radius: 50%;
float: left;
margin: 8px 8px;
margin: 2px 8px;
margin-left: 0;
`

class Timer extends Component {
Expand Down

0 comments on commit 08c0c22

Please sign in to comment.