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

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