soccer-jersey-fork 1.0.72 → 1.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,7 @@ export default function drawSoccerJersey({ shirtColor = "plain", sleeveColor, sh
114
114
  }
115
115
  const optimizedSleeveColor = lightenDarkenColor(sleeveColor, -10);
116
116
  let sleeveFill;
117
- sleeveStyleColor = sleeveStyleColor || sleeveColor;
117
+ sleeveStyleColor = sleeveStyleColor || "#eee";
118
118
  switch (sleeveStyle) {
119
119
  case "striped": {
120
120
  sleeveFill = drawStriped(page, optimizedSleeveColor, sleeveStyleColor, sleeveStyleDirection || "horizontal", "normal");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soccer-jersey-fork",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "Generate soccer jerseys in SVG format",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {