color description
This commit is contained in:
@@ -29,7 +29,7 @@ const ExpandableContent: FC<Props> = memo(({ html, collapsedHeightClass = 'max-h
|
|||||||
<div
|
<div
|
||||||
ref={containerRef}
|
ref={containerRef}
|
||||||
className={clx(
|
className={clx(
|
||||||
'relative text-[13px] text-description leading-6',
|
'relative text-[13px] leading-6',
|
||||||
!expanded && 'overflow-hidden',
|
!expanded && 'overflow-hidden',
|
||||||
!expanded && collapsedHeightClass,
|
!expanded && collapsedHeightClass,
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user