Skip to content

Commit bf5077b

Browse files
authored
fix(skills): fix skills icon showing up (#5187)
1 parent 406ae92 commit bf5077b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,8 @@ export function SkillInput({
155155
}}
156156
>
157157
<div className='flex min-w-0 flex-1 items-center gap-2'>
158-
<div
159-
className='flex size-[16px] flex-shrink-0 items-center justify-center rounded-sm'
160-
style={{ backgroundColor: '#e0e0e0' }}
161-
>
162-
<AgentSkillsIcon className='size-[10px] text-[var(--border)]' />
158+
<div className='flex size-[16px] flex-shrink-0 items-center justify-center rounded-sm bg-[var(--border-1)]'>
159+
<AgentSkillsIcon className='size-[10px] text-[var(--text-icon)]' />
163160
</div>
164161
<span className='truncate font-medium text-[var(--text-primary)] text-small'>
165162
{formatDisplayText(skillName, { workflowSearchHighlight })}

0 commit comments

Comments
 (0)