@livepeer/design-system 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
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: "$neutral6",
1484
+ bc: "$neutral4",
1485
1485
  color: "white",
1486
- "&:hover": { bc: "$neutral7" },
1487
- "&:active": { bc: "$neutral8" },
1486
+ "&:hover": { bc: "$neutral5" },
1487
+ "&:active": { bc: "$neutral6" },
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: "$neutral6",
1528
+ bc: "$neutral4",
1529
1529
  color: "white",
1530
- "&:hover": { bc: "$neutral7" },
1531
- "&:active": { bc: "$neutral8" },
1530
+ "&:hover": { bc: "$neutral5" },
1531
+ "&:active": { bc: "$neutral6" },
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.8",
3
+ "version": "1.0.9",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",