We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6bd26 commit d4f4a69Copy full SHA for d4f4a69
src/sender.tsx
@@ -56,7 +56,7 @@ export function SenderButton({
56
data-slot="sender-button"
57
className={twMerge(
58
clsx(
59
- "flex h-8 w-8 items-center justify-center rounded-full bg-blue-500 hover:bg-blue-500/90 text-white",
+ "flex h-8 w-8 items-center justify-center rounded-full bg-blue-500 hover:bg-blue-500/90 text-white cursor-pointer",
60
className,
61
),
62
)}
0 commit comments