Open ianthetechie opened 1 month ago
I also found that our android maneuver images are not tinted properly in dark mode. We probably want them to be tinted to MaterialTheme.colorScheme.onWhatever
(e.g. onPrimary
). Currently you can't see them in dark mode because they're still black.
We should have some sort of (ideally self-generating) tests in place that ensure all (valid?) maneuver combinations generate valid maneuver images using the platform views. We have had a few random issues with this on iOS and Android in the past, and I suspect we haven't found them all.