Skip to content

Commit

Permalink
remove cursor-pointer when hovering over SingleList component
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-lng committed Oct 9, 2024
1 parent 5a256c3 commit 5c4916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SingleList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function SingleList({ name, path, setListPath, userId, userEmail }) {
return (
<li
className="mx-auto w-full max-w-[450px] flex justify-between items-center mb-3 py-2 px-3
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
hover:text-primary item-transition"
>
<button onClick={handleClick}>{name}</button>
Expand Down

0 comments on commit 5c4916a

Please sign in to comment.