@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 +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
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: "$
|
1484
|
+
bc: "$neutral6",
|
1485
1485
|
color: "white",
|
1486
|
-
"&:hover": { bc: "$
|
1487
|
-
"&:active": { bc: "$
|
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: "$
|
1528
|
+
bc: "$neutral6",
|
1529
1529
|
color: "white",
|
1530
|
-
"&:hover": { bc: "$
|
1531
|
-
"&:active": { bc: "$
|
1530
|
+
"&:hover": { bc: "$neutral7" },
|
1531
|
+
"&:active": { bc: "$neutral8" },
|
1532
1532
|
"&:disabled": {
|
1533
1533
|
opacity: 0.5,
|
1534
1534
|
},
|