Change backgroundColor on timer

This commit is contained in:
Brandon Presley 2022-11-08 15:50:14 +13:00
parent bac2e3498f
commit 13c1f64398
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export default function TimerPage() {
progress={progress}
strokeWidth={10}
progressColor={colors.primary}
backgroundColor={colors.placeholder}
/>
</View>
</View>