@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.
@@ -638,12 +638,7 @@ var TextView = _ref3 => {
638
638
  fontStyle: isItalic ? 'italic' : 'normal',
639
639
  fontWeight: fontWeight,
640
640
  letterSpacing: "-0.01em",
641
- textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none',
642
- color: "color.gray.900",
643
- // Apply dark mode styles
644
- _dark: {
645
- color: 'color.gray.100'
646
- }
641
+ textDecoration: isStriked ? 'line-through' : isUnderlined ? 'underline' : 'none'
647
642
  }, noLineBreak, headingStyles, props, views == null ? void 0 : views.container), maxLines && typeof children === 'string' ? (/*#__PURE__*/React__default.createElement(TruncateText, {
648
643
  text: children,
649
644
  maxLines: maxLines