From e6d5e928a99b803cf2d497e6188c506552896314 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Wed, 9 Nov 2022 13:26:16 +1300 Subject: [PATCH] Use text for progress color on Timer The progress color needs to be static because I can't find a combo of background color to contrast well with all the custom primary colors. --- TimerPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimerPage.tsx b/TimerPage.tsx index 12b47e6..4fb1ce4 100644 --- a/TimerPage.tsx +++ b/TimerPage.tsx @@ -66,7 +66,7 @@ export default function TimerPage() { style={{height: 300, width: 500, marginBottom: MARGIN, top: -50}} progress={progress} strokeWidth={10} - progressColor={colors.primary} + progressColor={colors.text} backgroundColor={colors.placeholder} />