Skip to content

Commit 5c4916a

Browse files
committed
remove cursor-pointer when hovering over SingleList component
1 parent 5a256c3 commit 5c4916a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SingleList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function SingleList({ name, path, setListPath, userId, userEmail }) {
2626
return (
2727
<li
2828
className="mx-auto w-full max-w-[450px] flex justify-between items-center mb-3 py-2 px-3
29-
border-2 rounded-lg border-accent cursor-pointer hover:shadow-lg hover:bg-accent
29+
border-2 rounded-lg border-accent hover:shadow-lg hover:bg-accent
3030
hover:text-primary item-transition"
3131
>
3232
<button onClick={handleClick}>{name}</button>

0 commit comments

Comments
 (0)