Pénalité lorsqu'on échoue un défi

This commit is contained in:
2024-12-13 00:02:58 +01:00
parent 63ad84eb8c
commit 4cb2677f45
6 changed files with 34 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ export default function PenaltyBanner() {
</Banner>
<ProgressBar
visible={hasPenalty}
animatedValue={1 - remainingTime / (3 * 60)}
animatedValue={1 - remainingTime / (30 * 60)}
color={MD3Colors.error40}
style={{ height: 6 }} />
</View>