@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.js
CHANGED
|
@@ -2431,7 +2431,6 @@ function Text({
|
|
|
2431
2431
|
const colorStr = color === true ? "true" : color;
|
|
2432
2432
|
const decorationColorStr = decorationColor === true ? "true" : decorationColor;
|
|
2433
2433
|
const classes = cn(
|
|
2434
|
-
"text-foreground-primary",
|
|
2435
2434
|
mapFontSize(size),
|
|
2436
2435
|
mapFontWeight(weight),
|
|
2437
2436
|
mapTextAlign(align),
|