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 5a256c3 commit 5c4916aCopy full SHA for 5c4916a
src/components/SingleList.jsx
@@ -26,7 +26,7 @@ export function SingleList({ name, path, setListPath, userId, userEmail }) {
26
return (
27
<li
28
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
+ border-2 rounded-lg border-accent hover:shadow-lg hover:bg-accent
30
hover:text-primary item-transition"
31
>
32
<button onClick={handleClick}>{name}</button>
0 commit comments