Skip to content

Commit

Permalink
feat: Allow feather icon to change stroke width from variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 26, 2020
1 parent b693b75 commit 578dfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeatherIcon.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.icon {
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-width: var(--feather-icon-stroke-width, 2);
stroke-linecap: round;
stroke-linejoin: round;
}

0 comments on commit 578dfac

Please sign in to comment.