Skip to content

Commit

Permalink
fix: typo in theme constructor for saturation (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateBaldwinDesign authored Sep 14, 2021
1 parent 79d241f commit beb6d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contrast-colors/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Theme {
this._output = output;
this._colors = colors;
this._lightness = lightness;
this._saturatoin = saturation;
this._saturation = saturation;

this._setBackgroundColor(backgroundColor);
this._setBackgroundColorValue();
Expand Down

0 comments on commit beb6d88

Please sign in to comment.