Pénalité lorsqu'on échoue un défi
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user