diff --git a/src/Infiltration/ui/Intro.tsx b/src/Infiltration/ui/Intro.tsx index 34bf4e842..b7d20dd4e 100644 --- a/src/Infiltration/ui/Intro.tsx +++ b/src/Infiltration/ui/Intro.tsx @@ -48,7 +48,7 @@ function coloredArrow(difficulty: number): JSX.Element { } else { return ( <> - {arrowPart(Settings.theme.primary, cappedDifficulty * 13)} + {arrowPart(Settings.theme.success, cappedDifficulty * 13)} {arrowPart(Settings.theme.warning, (cappedDifficulty - 1) * 13)} {arrowPart(Settings.theme.warning, (cappedDifficulty - 2) * 13)} {arrowPart(Settings.theme.error, (cappedDifficulty - 3) * 26)}