mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
fix: incorrect text color under dark theme (#29186)
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user