Skip to content

Commit

Permalink
refactor: make rounded border consistent with cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Dec 29, 2024
1 parent ea8997d commit b0f6fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/remote-pointers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const RemotePointers = () => {

{/* Name tag */}
<div
className="absolute left-4 top-4 flex h-5 max-w-[120px] items-center rounded px-1.5 shadow-sm"
className="absolute left-4 top-4 flex h-5 max-w-[120px] items-center rounded-[3px] px-1.5 shadow-sm"
style={{
backgroundColor,
}}
Expand Down

1 comment on commit b0f6fee

@vercel
Copy link

@vercel vercel bot commented on b0f6fee Dec 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.