reykit 1.0.251 → 1.0.252
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50291,6 +50291,8 @@ function Ak({
|
|
|
50291
50291
|
style: {
|
|
50292
50292
|
"--bgColor-default": "transparent",
|
|
50293
50293
|
"--fgColor-default": "var(--foreground)",
|
|
50294
|
+
"--bgColor-muted": "var(--muted)",
|
|
50295
|
+
"--fgColor-muted": "var(--muted-foreground)",
|
|
50294
50296
|
color: "inherit",
|
|
50295
50297
|
...a.style
|
|
50296
50298
|
},
|