fix cursor for score buttons
All checks were successful
Deploy / deploy (push) Successful in 5m13s

This commit is contained in:
Lee 2024-10-01 10:17:34 +01:00
parent 008d3298a6
commit 2884291063

@ -20,7 +20,7 @@ type Props = {
export default function ScoreButton({ children, tooltip, onClick }: Props) {
const button = (
<button
className="bg-accent rounded-md flex justify-center items-center p-1 w-[28px] h-[28px] hover:brightness-75 transform-gpu transition-all cursor-default"
className="bg-accent rounded-md flex justify-center items-center p-1 w-[28px] h-[28px] hover:brightness-75 transform-gpu transition-all cursor-pointer"
onClick={onClick}
>
{children}