Skip to content

Commit

Permalink
Update internal/ui/src/components/id.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Thomas <[email protected]>
  • Loading branch information
MichaelUnkey and chronark authored Dec 4, 2024
1 parent e655666 commit 57e1bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/src/components/id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Id: React.FC<IdProps> = ({ className, value, truncate, ...props })
{!isCopied ? (
<TaskUnchecked className="item-end my-auto mr-2 bg-gray-1" />
) : (
<TaskChecked className="size-[12px] item-end my-auto mr-2 bg-gray-1" />
<TaskChecked className="item-end my-auto mr-2 bg-gray-1" />
)}
</div>
</TooltipTrigger>
Expand Down

0 comments on commit 57e1bfa

Please sign in to comment.