You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Third-party library react-select is used, when a dropdown question has more than 10 options. However, when dark mode is enabled, the option text changed to white, while the option background maintains to be white.
I suggest to pass MUI theme palette to the style props of react-select. I will create a PR asap.
Third-party library
react-select
is used, when a dropdown question has more than 10 options. However, when dark mode is enabled, the option text changed to white, while the option background maintains to be white.I suggest to pass MUI theme palette to the
style
props ofreact-select
. I will create a PR asap.material-survey/src/components/DropdownQuestion/Dropdown.js
Lines 51 to 61 in d3b1a38
The text was updated successfully, but these errors were encountered: