mirror of https://github.com/langgenius/dify.git
fix: incorrect text color under dark theme (#29186)
This commit is contained in:
parent
c3003dd47d
commit
c2cf0a98bb
|
|
@ -31,7 +31,7 @@ const ResultItemExternal: FC<Props> = ({ payload, positionId }) => {
|
|||
|
||||
{/* Main */}
|
||||
<div className='mt-1 px-3'>
|
||||
<div className='body-md-regular line-clamp-2 break-all'>{content}</div>
|
||||
<div className='body-md-regular line-clamp-2 break-all text-text-primary'>{content}</div>
|
||||
</div>
|
||||
|
||||
{/* Foot */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue