Skip to content

Commit

Permalink
Update dropdown-option background color
Browse files Browse the repository at this point in the history
  • Loading branch information
naiirad committed Dec 7, 2023
1 parent 5a2c229 commit cd2dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ p {
}

.dropdown-option:hover {
background-color: #ffffff22;
background: linear-gradient(45deg, #143146, #25597e);
}

.dropdown-label {
Expand Down

0 comments on commit cd2dd0a

Please sign in to comment.