fix: better play button color

This commit is contained in:
Fredrik Burmester
2024-09-10 13:14:29 +03:00
parent 23eaddf87c
commit f48e0348ad
3 changed files with 23 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export const useImageColors = (
secondary = colors.muted;
} else if (colors.platform === "ios") {
primary = colors.primary;
secondary = colors.detail;
secondary = colors.secondary;
average = colors.background;
}