color description
This commit is contained in:
@@ -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,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user