Skip to content

Commit

Permalink
fix(webchat): correctly override color for all react-select dropdowns (
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrahamLopez10 committed Jul 11, 2023
1 parent d341cf8 commit 74cb9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inject/src/themes/shareable.css
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,6 @@ Footer
}
}

#react-select-2-listbox {
color: black;
div[id^='react-select-'] div[class$='-MenuList'] div[class$='-option'] {
color: black !important;
}

0 comments on commit 74cb9f1

Please sign in to comment.