@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.js CHANGED
@@ -280,7 +280,7 @@ function ITText({
280
280
  Tag,
281
281
  {
282
282
  className,
283
- style: muted ? { color: "var(--color-text-muted)", ...style } : { color: "var(--color-text-default)", ...style },
283
+ style: muted ? { color: "var(--color-text-muted)", ...style } : style,
284
284
  ...rest,
285
285
  children
286
286
  }