Skip to content

Commit

Permalink
add border radius to dropdown item hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
ckniffen committed Apr 13, 2023
1 parent b55a535 commit 707ef50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/shared/components/Dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}

.dropdown-item {
border-radius: 4px;
padding: 12px 8px;
font-weight: normal;

Expand Down

0 comments on commit 707ef50

Please sign in to comment.