@umami/react-zen 0.240.0 → 0.242.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 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),