Skip to content

Commit

Permalink
set proper width for chevron in stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
ds300 committed Apr 8, 2019
1 parent b08547d commit 9b6ea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/palette/src/elements/Stepper/Stepper.tsx
Expand Up @@ -25,7 +25,7 @@ export const Stepper = (props: StepperProps) => {
key={props.currentStepIndex}
separator={
<ChevronWrapper>
<ChevronIcon fill={"black30"} />
<ChevronIcon fill="black30" width="12px" />
</ChevronWrapper>
}
transformTabBtn={transformTabBtn}
Expand Down

0 comments on commit 9b6ea49

Please sign in to comment.