Skip to content

Commit

Permalink
fix(bp-input--checkbox): Size is a bit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
liviaalmeida committed Jun 1, 2018
1 parent ccecd8a commit 220ec50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@

.bp-input--checkbox {
border-radius: 0.2*$m;
width: 2.4*$m;
height: 2.4*$m;
width: 2.1*$m;
height: 2.1*$m;
}

.bp-input--radio {
Expand Down

0 comments on commit 220ec50

Please sign in to comment.