Hi, I have this custom theme in my application:
primaryColor=“#009940” (light green)
backgroundColor=“#f3f3f3”
secondaryBackgroundColor=“#002c1c” (dark green)
textColor=“#000000”
I have been using version 1.35 and 1.37 until now and in these versions the background of the selected item in the dropdown of selectbox widgets has been the primaryColor from the custom theme:
Now I need to update the app to version 1.38 to include some fixes on fragments, but I noticed that the background of the selected item changes to the secondaryBackgroundColor with this update:
This makes it hard to read the selected item. I can not change my theme since that would cause further changes to the app.
I don’t see any documentation about this change and I haven’t found any way to change it back, other than using custom css, which I haven’t managed to implement robustly.
Has anyone else experienced this or seen any justification for these changes to the selectbox theming?