diff --git a/src/components/tour/tour_step_indicator.tsx b/src/components/tour/tour_step_indicator.tsx index 39bbd31b328..4baf1b4c0bf 100644 --- a/src/components/tour/tour_step_indicator.tsx +++ b/src/components/tour/tour_step_indicator.tsx @@ -63,7 +63,7 @@ export const EuiTourStepIndicator: FunctionComponent type="dot" className="euiStepNumber__icon" aria-label={isActive} - color="secondary" + color="success" aria-current="step" /> )}