Skip to content

Commit

Permalink
change withContributorPayment to use new dollar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
constantology committed Sep 5, 2017
1 parent 804ff79 commit 6e01eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.n-syndication-icon-state-withcontributorpayment {
@include oIconsGetIcon('tick', oColorsGetPaletteColor('white'), 20, $iconset-version: 1);
@include oIconsGetIcon('dollar', oColorsGetPaletteColor('white'), 20, $iconset-version: 1);
background-color: rgba(getColor('jade'), 0.85);
}

Expand Down

0 comments on commit 6e01eb7

Please sign in to comment.