@livepeer/design-system 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.es.js CHANGED
@@ -1426,7 +1426,7 @@ var Button = styled("button", {
1426
1426
  height: "$5",
1427
1427
  fontFamily: "$body",
1428
1428
  fontSize: "$2",
1429
- fontWeight: 600,
1429
+ fontWeight: 500,
1430
1430
  ai: "center",
1431
1431
  cursor: "pointer",
1432
1432
  px: "$3",
package/dist/index.js CHANGED
@@ -1470,7 +1470,7 @@ var Button = styled("button", {
1470
1470
  height: "$5",
1471
1471
  fontFamily: "$body",
1472
1472
  fontSize: "$2",
1473
- fontWeight: 600,
1473
+ fontWeight: 500,
1474
1474
  ai: "center",
1475
1475
  cursor: "pointer",
1476
1476
  px: "$3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",