From 13c1f64398c8bc6fc075da806d95163e87ce7fb6 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 8 Nov 2022 15:50:14 +1300 Subject: [PATCH] Change backgroundColor on timer --- TimerPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/TimerPage.tsx b/TimerPage.tsx index 967cc11..12b47e6 100644 --- a/TimerPage.tsx +++ b/TimerPage.tsx @@ -67,6 +67,7 @@ export default function TimerPage() { progress={progress} strokeWidth={10} progressColor={colors.primary} + backgroundColor={colors.placeholder} />