I've changed the cursor colour on my controls in MyProject.Android, using the styles.xml file.
<item name="colorAccent">#000080</item>
This file doesn't appear to exist in the .iOS and .UWP versions of the project. How do I change the cursor for these platforms?