@chromatic-com/tetra 2.3.0--canary.123.4ed0b78.0 → 2.3.0--canary.123.c87de0e.0
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1410,14 +1410,14 @@
|
|
|
1410
1410
|
`};
|
|
1411
1411
|
`,fg=Xe__default.default.div`
|
|
1412
1412
|
${H.body14};
|
|
1413
|
-
color: ${e=>e.variant==="inverse"?v.
|
|
1413
|
+
color: ${e=>e.variant==="inverse"?v.slate400:v.slate600};
|
|
1414
1414
|
${e=>e.size==="small"&&react.css`
|
|
1415
1415
|
font-size: ${B[12]};
|
|
1416
1416
|
line-height: ${re[20]};
|
|
1417
1417
|
`};
|
|
1418
1418
|
`,ug=Xe__default.default.div`
|
|
1419
1419
|
${H.body14};
|
|
1420
|
-
color: ${e=>e.variant==="inverse"?v.
|
|
1420
|
+
color: ${e=>e.variant==="inverse"?v.slate400:v.slate600};
|
|
1421
1421
|
${e=>e.size==="small"&&react.css`
|
|
1422
1422
|
font-size: ${B[12]};
|
|
1423
1423
|
line-height: ${re[20]};
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
font-size: ${B[12]};
|
|
1578
1578
|
line-height: 14px;
|
|
1579
1579
|
`}
|
|
1580
|
-
color: ${v.
|
|
1580
|
+
color: ${v.slate400};
|
|
1581
1581
|
`,Pg=Xe__default.default.div`
|
|
1582
1582
|
display: flex;
|
|
1583
1583
|
align-items: center;
|