Tweak checkmark size
parent
09dfc9edf8
commit
baa788de38
|
@ -22,7 +22,7 @@ export function ProgressGuideTask({
|
||||||
return (
|
return (
|
||||||
<View style={[a.flex_row, a.gap_sm, !subtitle && a.align_center]}>
|
<View style={[a.flex_row, a.gap_sm, !subtitle && a.align_center]}>
|
||||||
{current === total ? (
|
{current === total ? (
|
||||||
<AnimatedCheck playOnMount fill={t.palette.primary_500} width={24} />
|
<AnimatedCheck playOnMount fill={t.palette.primary_500} width={20} />
|
||||||
) : (
|
) : (
|
||||||
<Progress.Circle
|
<Progress.Circle
|
||||||
progress={current / total}
|
progress={current / total}
|
||||||
|
|
Loading…
Reference in New Issue