Skip to content

Commit

Permalink
update to use 'success' over 'secondary'
Browse files Browse the repository at this point in the history
  • Loading branch information
babs20 committed Jun 16, 2021
1 parent 8ca5126 commit 78be489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tour/tour_step_indicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const EuiTourStepIndicator: FunctionComponent<EuiTourStepIndicatorProps>
type="dot"
className="euiStepNumber__icon"
aria-label={isActive}
color="secondary"
color="success"
aria-current="step"
/>
)}
Expand Down

0 comments on commit 78be489

Please sign in to comment.