this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tweak checkmark size

+1 -1
+1 -1
src/components/ProgressGuide/Task.tsx
··· 22 22 return ( 23 23 <View style={[a.flex_row, a.gap_sm, !subtitle && a.align_center]}> 24 24 {current === total ? ( 25 - <AnimatedCheck playOnMount fill={t.palette.primary_500} width={24} /> 25 + <AnimatedCheck playOnMount fill={t.palette.primary_500} width={20} /> 26 26 ) : ( 27 27 <Progress.Circle 28 28 progress={current / total}