Skip to content

Commit a92b96f

Browse files
committed
fix(chat): keep source title tokens consistent
1 parent 502de5d commit a92b96f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/source-card

‎apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/source-card/source-card.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function SourceCard({ source, query, onSummarize, dense = false }: Source
162162
rel='noopener noreferrer'
163163
data-source-link=''
164164
onClick={(event) => handleExternalLinkClick(event, source.url)}
165-
className='min-w-0 flex-1 text-[var(--text-primary)] text-small no-underline [overflow-wrap:anywhere] focus-visible:rounded-sm focus-visible:outline focus-visible:outline-[var(--text-icon)]'
165+
className='min-w-0 flex-1 text-[var(--text-body)] text-small no-underline [overflow-wrap:anywhere] focus-visible:rounded-sm focus-visible:outline focus-visible:outline-[var(--text-icon)]'
166166
>
167167
{sourceLabel(source)}
168168
</a>

0 commit comments

Comments
 (0)