Fix TypeScript typecheck errors
This commit is contained in:
@@ -66,8 +66,7 @@ export function SetupChecklist({
|
||||
height={6}
|
||||
>
|
||||
<Progress.Indicator
|
||||
backgroundColor={isAllComplete ? theme.success : theme.primary}
|
||||
animation="bouncy"
|
||||
backgroundColor={isAllComplete ? theme.successText : theme.primary}
|
||||
/>
|
||||
</Progress>
|
||||
</YStack>
|
||||
|
||||
Reference in New Issue
Block a user