Skip to content

Commit 0688ee9

Browse files
committed
fix add to cursor button
1 parent 947a20e commit 0688ee9

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/workflow-mcp-servers

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/workflow-mcp-servers/workflow-mcp-servers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ function ServerDetailView({ workspaceId, serverId, onBack }: ServerDetailViewPro
484484
{activeConfigTab === 'cursor' && (
485485
<a
486486
href={getCursorInstallUrl(server.isPublic, server.name)}
487-
className='hover:-translate-y-[1px] absolute top-[6px] right-2 inline-flex rounded-[6px] ring-1 ring-black/10 transition-all duration-150 hover:ring-black/20 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--brand-primary)] focus-visible:ring-offset-2 focus-visible:ring-offset-[var(--surface-2)] dark:ring-white/10 dark:hover:ring-white/20'
487+
className='absolute top-[6px] right-2 inline-flex rounded-[6px] bg-[var(--surface-5)] ring-1 ring-[var(--border-1)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--brand-primary)] focus-visible:ring-offset-2 focus-visible:ring-offset-[var(--surface-2)]'
488488
>
489489
<img
490490
src='https://cursor.com/deeplink/mcp-install-dark.svg'

0 commit comments

Comments
 (0)