Skip to content

Commit 1e33f46

Browse files
committed
improvement(chat): give wsres resource links the clickable chip treatment
1 parent db85ae9 commit 1e33f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/chat-content/chat-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const MARKDOWN_COMPONENTS = {
241241
className={cn(
242242
'text-[var(--text-primary)]',
243243
kind
244-
? 'not-prose inline-flex items-baseline gap-1 no-underline'
244+
? 'not-prose inline-flex items-baseline gap-1 rounded-[5px] bg-[var(--surface-5)] px-[5px] no-underline transition-colors hover-hover:bg-[var(--surface-6)]'
245245
: 'underline decoration-dashed underline-offset-4'
246246
)}
247247
onClick={(e) => {

0 commit comments

Comments
 (0)