@7onic-ui/tokens 0.3.4 → 0.3.5
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/cli/sync.js +1 -1
- package/css/variables.css +1 -1
- package/package.json +1 -1
package/cli/sync.js
CHANGED
|
@@ -934,7 +934,7 @@ function generateVariablesCss(tokens) {
|
|
|
934
934
|
lines.push(``);
|
|
935
935
|
lines.push(`html body {`);
|
|
936
936
|
lines.push(` background-color: var(--color-background);`);
|
|
937
|
-
lines.push(` color: var(--color-
|
|
937
|
+
lines.push(` color: var(--color-text);`);
|
|
938
938
|
lines.push(` font-family: var(--font-family-sans);`);
|
|
939
939
|
lines.push(` display: block;`);
|
|
940
940
|
lines.push(` place-items: initial;`);
|
package/css/variables.css
CHANGED
package/package.json
CHANGED