@industry-theme/markdown-panels 0.2.17 → 0.2.18

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.
@@ -42227,8 +42227,7 @@ var createIndustryMarkdownComponents = ({
42227
42227
  style: {
42228
42228
  flex: 1,
42229
42229
  cursor: "pointer",
42230
- textDecoration: isChecked ? "line-through" : "none",
42231
- opacity: isChecked ? 0.6 : 1,
42230
+ color: isChecked ? theme2.colors.textMuted : "inherit",
42232
42231
  lineHeight: theme2.lineHeights.relaxed
42233
42232
  }
42234
42233
  }, labelContent.length > 0 ? labelContent : null)), nestedListElements.length > 0 ? nestedListElements : null);