color description

This commit is contained in:
hamid zarghami
2026-02-16 10:24:35 +03:30
parent b0d9ab8381
commit 5d0f766928
+1 -1
View File
@@ -29,7 +29,7 @@ const ExpandableContent: FC<Props> = memo(({ html, collapsedHeightClass = 'max-h
<div
ref={containerRef}
className={clx(
'relative text-[13px] text-description leading-6',
'relative text-[13px] leading-6',
!expanded && 'overflow-hidden',
!expanded && collapsedHeightClass,
)}