Skip to content

Commit

Permalink
added hover to singleList
Browse files Browse the repository at this point in the history
  • Loading branch information
eonflower committed Mar 25, 2024
1 parent c5bedc3 commit 107b328
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 @@ -12,7 +12,7 @@ export function SingleList({ name, path, setListPath, setLoading }) {
}

return (
<li className="flex-grow justify-between px-6 h-12 bg-white rounded-lg shadow-sm mt-4">
<li className="flex-grow justify-between px-6 h-12 bg-white rounded-lg shadow-sm mt-4 hover:bg-gray-100 hover:bg-opacity-85">
{/* Using Link instead of button */}
<Link
to="/list"
Expand Down

0 comments on commit 107b328

Please sign in to comment.