@umami/react-zen 0.240.0 → 0.241.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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2410,7 +2410,6 @@ function Text({
|
|
|
2410
2410
|
const colorStr = color === true ? "true" : color;
|
|
2411
2411
|
const decorationColorStr = decorationColor === true ? "true" : decorationColor;
|
|
2412
2412
|
const classes = cn(
|
|
2413
|
-
"text-foreground-primary",
|
|
2414
2413
|
mapFontSize(size),
|
|
2415
2414
|
mapFontWeight(weight),
|
|
2416
2415
|
mapTextAlign(align),
|