fix: incorrect text color under dark theme (#29186)

This commit is contained in:
非法操作 2025-12-05 15:05:51 +08:00 committed by GitHub
parent c3003dd47d
commit c2cf0a98bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 */}