@app-studio/web 0.8.89 → 0.8.90

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/web.esm.js CHANGED
@@ -631,12 +631,7 @@ var TextView = _ref3 => {
631
631
  fontStyle: isItalic ? 'italic' : 'normal',
632
632
  fontWeight: fontWeight,
633
633
  letterSpacing: "-0.01em",
634
- textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none',
635
- color: "color.gray.900",
636
- // Apply dark mode styles
637
- _dark: {
638
- color: 'color.gray.100'
639
- }
634
+ textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none'
640
635
  }, noLineBreak, headingStyles, props, views == null ? void 0 : views.container), maxLines && typeof children === 'string' ? (/*#__PURE__*/React.createElement(TruncateText, {
641
636
  text: children,
642
637
  maxLines: maxLines