From 78be4898f77cbcc67a31eb9b3d95c042b3f08454 Mon Sep 17 00:00:00 2001 From: Brady Blair Date: Wed, 16 Jun 2021 03:48:24 -0400 Subject: [PATCH] update to use 'success' over 'secondary' --- src/components/tour/tour_step_indicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> )}