@axzydev/axzy_ui_system 1.2.2 → 1.2.3

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.cjs CHANGED
@@ -376,7 +376,7 @@ function ITText({
376
376
  Tag,
377
377
  {
378
378
  className,
379
- style: muted ? { color: "var(--color-text-muted)", ...style } : { color: "var(--color-text-default)", ...style },
379
+ style: muted ? { color: "var(--color-text-muted)", ...style } : style,
380
380
  ...rest,
381
381
  children
382
382
  }