Skip to content

Commit d4f4a69

Browse files
xx-yokefu050409
andauthored
fix: cursor-pointer (#72)
Co-authored-by: 苏向夜 <[email protected]>
1 parent ff6bd26 commit d4f4a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sender.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function SenderButton({
5656
data-slot="sender-button"
5757
className={twMerge(
5858
clsx(
59-
"flex h-8 w-8 items-center justify-center rounded-full bg-blue-500 hover:bg-blue-500/90 text-white",
59+
"flex h-8 w-8 items-center justify-center rounded-full bg-blue-500 hover:bg-blue-500/90 text-white cursor-pointer",
6060
className,
6161
),
6262
)}

0 commit comments

Comments
 (0)