Skip to content

Commit 5bde83c

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(ui): inherit the shared unlock icon color
1 parent 9d9d544 commit 5bde83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor

‎apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/editor.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export function Editor() {
480480
onClick={() => collaborativeBatchToggleLocked([currentBlockId!])}
481481
aria-label='Unlock block'
482482
>
483-
<Unlock className='size-[14px] text-[var(--text-secondary)]' />
483+
<Unlock className='size-[14px]' />
484484
</Button>
485485
) : (
486486
<div className='flex items-center justify-center'>

0 commit comments

Comments
 (0)