@livepeer/design-system 1.0.7 → 1.0.8

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.
package/dist/index.es.js CHANGED
@@ -1481,10 +1481,10 @@ var Button = styled("button", {
1481
1481
  boxShadow: "inset 0 0 0 1px $colors$primary8",
1482
1482
  },
1483
1483
  }, neutral: {
1484
- bc: "$neutral8",
1484
+ bc: "$neutral6",
1485
1485
  color: "white",
1486
- "&:hover": { bc: "$neutral10" },
1487
- "&:active": { bc: "$neutral11" },
1486
+ "&:hover": { bc: "$neutral7" },
1487
+ "&:active": { bc: "$neutral8" },
1488
1488
  "&:disabled": {
1489
1489
  opacity: 0.5,
1490
1490
  },
package/dist/index.js CHANGED
@@ -1525,10 +1525,10 @@ var Button = styled("button", {
1525
1525
  boxShadow: "inset 0 0 0 1px $colors$primary8",
1526
1526
  },
1527
1527
  }, neutral: {
1528
- bc: "$neutral8",
1528
+ bc: "$neutral6",
1529
1529
  color: "white",
1530
- "&:hover": { bc: "$neutral10" },
1531
- "&:active": { bc: "$neutral11" },
1530
+ "&:hover": { bc: "$neutral7" },
1531
+ "&:active": { bc: "$neutral8" },
1532
1532
  "&:disabled": {
1533
1533
  opacity: 0.5,
1534
1534
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",