about summary refs log tree commit diff
path: root/src/components/ProgressGuide
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProgressGuide')
-rw-r--r--src/components/ProgressGuide/Task.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProgressGuide/Task.tsx b/src/components/ProgressGuide/Task.tsx
index d286b8842..a83715a42 100644
--- a/src/components/ProgressGuide/Task.tsx
+++ b/src/components/ProgressGuide/Task.tsx
@@ -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}