Skip to content

Commit b6096e1

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(ui): transition field mode icon colors
1 parent 90fa6cc commit b6096e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/field-mode-toggle

‎apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/field-mode-toggle/field-mode-toggle.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function FieldModeToggle({ label, active, disabled, onClick }: FieldModeT
2323
>
2424
<ArrowLeftRight
2525
className={cn(
26-
'size-[12px]!',
26+
'size-[12px]! transition-colors',
2727
active ? 'text-[var(--text-primary)]' : 'text-[var(--text-secondary)]'
2828
)}
2929
/>

0 commit comments

Comments
 (0)