Skip to content

Commit

Permalink
fix(StepIndicator): Update triggerbutton icon to chevron_down
Browse files Browse the repository at this point in the history
Note: No screenshots were changed
  • Loading branch information
dinarosv committed Nov 17, 2021
1 parent 34f31f6 commit b6ef50b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import classnames from 'classnames'
import React from 'react'
import PropTypes from 'prop-types'
import Button from '../button/Button'
import fullscreen_medium from '../../icons/fullscreen_medium'
import chevron_down_medium from '../../icons/chevron_down_medium'
import {
validateDOMAttributes,
combineDescribedBy,
Expand Down Expand Up @@ -131,7 +131,7 @@ export default class StepIndicatorTriggerButton extends React.PureComponent {
wrap
stretch
variant="secondary"
icon={fullscreen_medium}
icon={chevron_down_medium}
icon_size="medium"
icon_position="right"
inner_ref={this._buttonRef}
Expand Down

0 comments on commit b6ef50b

Please sign in to comment.