Skip to content

Commit 53f25d3

Browse files
committed
fix custom tool dropdown color
1 parent 4b4931b commit 53f25d3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/components/custom-tool-modal

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/components/custom-tool-modal/custom-tool-modal.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,11 +1103,9 @@ try {
11031103
}
11041104
}}
11051105
>
1106-
<span className='flex-1 truncate text-[var(--text-primary)]'>
1107-
{param.name}
1108-
</span>
1106+
<span className='flex-1 truncate'>{param.name}</span>
11091107
{param.type && param.type !== 'any' && (
1110-
<span className='ml-auto text-[var(--text-secondary)] text-micro'>
1108+
<span className='ml-auto text-[var(--text-muted-inverse)] text-micro'>
11111109
{param.type}
11121110
</span>
11131111
)}

0 commit comments

Comments
 (0)