Skip to content

Commit

Permalink
Merge pull request #85 from superslau/sl-fixes-i
Browse files Browse the repository at this point in the history
Fixes to letter-spacing and `<Steps>`
  • Loading branch information
superslau authored Nov 1, 2016
2 parents e20be4f + 7dc5007 commit 85e6b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ProgressSteps/Step.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Step.propTypes = {
}),
};

Step.defualtProps = {
Step.defaultProps = {
css: {
stepIconContainer: '',
stepIconContainerCompleted: '',
Expand Down
2 changes: 1 addition & 1 deletion globals/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
--letter-spacing-large-iii: 0.01875rem;
--letter-spacing-large-ii: 0.01875rem;
--letter-spacing-large-i: 0.0125rem;
--letter-spacing-regular: 0.10625rem;
--letter-spacing-regular: 0.010625rem;
--letter-spacing-small-i: 0.009375rem;
--letter-spacing-small-ii: 0.009375rem;

Expand Down

0 comments on commit 85e6b38

Please sign in to comment.