Tweak checkmark size

zio/stable
Paul Frazee 2024-07-05 12:26:58 -07:00
parent 09dfc9edf8
commit baa788de38
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export function ProgressGuideTask({
return (
<View style={[a.flex_row, a.gap_sm, !subtitle && a.align_center]}>
{current === total ? (
<AnimatedCheck playOnMount fill={t.palette.primary_500} width={24} />
<AnimatedCheck playOnMount fill={t.palette.primary_500} width={20} />
) : (
<Progress.Circle
progress={current / total}