[Synthetic check UI] waterfall view: moves arrow icon of next check btn to the right (#86878)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Katrin Freihofner 2021-01-04 15:32:54 +01:00 committed by GitHub
parent 7f71ca128d
commit c6229c86a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,6 +127,7 @@ export const StepDetail: React.FC<Props> = ({
onClick={handleNextRun}
disabled={!nextCheckGroup}
iconType="arrowRight"
iconSide="right"
aria-label={NEXT_CHECK_BUTTON_TEXT}
>
{NEXT_CHECK_BUTTON_TEXT}