
At the moment the only way to style it is by adding the native styles on android it would be great tohave this as a css prop
<style name="Theme.App.Base" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorControlNormal">#c5c5c5</item>
<item name="colorControlActivated">@color/accent</item>
<item name="colorControlHighlight">@color/accent</item>
</style>
At the moment the only way to style it is by adding the native styles on android it would be great tohave this as a css prop