In cast v3, how can I change the color of the "Stop Casting" button manually?
I am able to change the styling for the Cast Dialog or Media Router for everything else, but the "Stop Casting" button seems to switch to black / blue depending on what background color is.
My theme:
<style name="CustomMediaRouterTheme" parent="Theme.MediaRouter">
<!-- Other elements here -->
<item name="mediaRouteButtonStyle">@style/CustomMediaRouteButtonStyle</item>
<item name="colorBackgroundFloating">@color/colorTertiaryDark</item>
</style>