Many of these are incorrect contrast issues, double checked with Coolors Contrast Checker, it's just calculating the two colors incorrectly for some reason.
Others include repeating and too small a touchable area, so I should combine the titles and "View Recipe" or "Open Playlist" to correct both.
Not to do with Playstore but while I'm in here fixing I should determine a better way to sort posts (maybe firstPublishedAt instead of publishedAt?) so that it doesn't float to the top if ever need to be updated. Update: Determined that going back to custom publishDate is necessary for the most flexibility.
Also look into why the header bg on Android is black or white instead of custom dark/light. And go ahead and mess with gradients while you're at it.
Overview: https://play.google.com/console/u/0/developers/4779073433919037383/app/4974459769489145956/pre-launch-report/overview
Many of these are incorrect contrast issues, double checked with Coolors Contrast Checker, it's just calculating the two colors incorrectly for some reason.
Others include repeating and too small a touchable area, so I should combine the titles and "View Recipe" or "Open Playlist" to correct both.
Not to do with Playstore but while I'm in here fixing I should determine a better way to sort posts (maybe
firstPublishedAt
instead ofpublishedAt
?) so that it doesn't float to the top if ever need to be updated. Update: Determined that going back to custompublishDate
is necessary for the most flexibility.Also look into why the header bg on Android is black or white instead of custom dark/light. And go ahead and mess with gradients while you're at it.