Describe the bug
When split prop is enabled on q-btn-dropdown with outline design its color (split's) is not inherited from q-btn-dropdown color prop.
Codepen/jsFiddle/Codesandbox (required)
Slightly modified codepen from https://quasar.dev/vue-components/button-dropdown#Example--Split
https://codepen.io/mv-go/pen/xxZPZeP
To Reproduce
split prop to q-btn-dropdownoutlineprop to q-btn-dropdowncolor prop to q-btn-dropdown to something noticeable (teal for example)rgba(255, 255, 255, 0.3)Expected behavior
Split line color to use the same color as set in the q-btn-dropdown color prop OR
Have a separate prop (like split-color) to control in directly
Screenshots

Additional context
This may only useful when outline design is used, however some issues with other design options may still arise (see the screenshot below)

That color was set so by design. I don't remember the reasons like now, but you can easily change it.
If you need to customize that color use some CSS, like here:
https://codepen.io/pdanpdan/pen/eYJegNL
Given that changing this would be a breaking change to existing styling in the current version and it can be easily rectified using CSS, I'm closing this for now.