Skip to content

Commit

Permalink
Fix collection dropdown on windows (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyhutcheson authored Mar 24, 2023
1 parent 99e8d20 commit 15560ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/CollectionDropdown/CollectionDropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
border-color: white;
color: white;
background-color: #353d4f;
padding: 2px 4px;
}

#collectionDropdown option {
background-color: #353d4f !important;
}

.collectionDropdown.error-true select {
Expand Down

0 comments on commit 15560ce

Please sign in to comment.