This commit is contained in:
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}
|
||||
|
Reference in New Issue
Block a user