Skip to content

Commit

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

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

0 comments on commit b487d9b

Please sign in to comment.