Skip to content

Commit

Permalink
add hover state for SingleList component
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-lng committed Oct 8, 2024
1 parent 7754926 commit 6ef0274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

.single-list {
@apply mx-auto flex justify-between items-center mb-3 py-2 px-3 border-2 rounded-lg
border-accent hover:shadow-lg cursor-pointer;
border-accent cursor-pointer hover:shadow-lg hover:bg-accent;
width: min(100%, 450px);
}

Expand Down

0 comments on commit 6ef0274

Please sign in to comment.