Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
#198 fix error in color on shape.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Joyce committed Mar 9, 2017
1 parent 5131c2a commit 7f36705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/utility/_shape.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

.u-shape-ring-lg,
%u-shape-ring-lg {
@include ring(color(neutral, red), color(neutral, light), 32px, 3px);
@include ring(color(neutral, dark), color(neutral, light), 32px, 3px);
}

0 comments on commit 7f36705

Please sign in to comment.