Skip to content

Commit

Permalink
fix(mdc-checkbox): Correct classname for svg path.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbross authored and pgbross committed Apr 25, 2018
1 parent 2ea1ec0 commit aea2733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/checkbox/mdc-checkbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="mdc-checkbox__background">
<svg class="mdc-checkbox__checkmark"
viewBox="0 0 24 24">
<path class="checkbox__checkmark-path"
<path class="mdc-checkbox__checkmark-path"
fill="none"
stroke="white"
d="M1.73,12.91 8.1,19.28 22.79,4.59"/>
Expand Down

0 comments on commit aea2733

Please sign in to comment.