@wallarm-org/design-system 0.24.0 → 0.24.1
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.
|
@@ -38,7 +38,7 @@ const CodeSnippetCode = ({ className, ...props })=>{
|
|
|
38
38
|
"aria-label": `Collapsed region: ${label}, ${item.lineCount} lines`,
|
|
39
39
|
onClick: ()=>toggleFold(item.fold.id),
|
|
40
40
|
children: /*#__PURE__*/ jsx("span", {
|
|
41
|
-
className: "inline-flex items-center
|
|
41
|
+
className: "inline-flex items-center italic text-text-secondary hover:text-text-primary transition-colors",
|
|
42
42
|
children: label
|
|
43
43
|
})
|
|
44
44
|
})
|
package/dist/theme/index.css
CHANGED