Skip to content

Commit c2726ac

Browse files
committed
Styling icon step indicator
1 parent 245e482 commit c2726ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

example/HorizontalStepIndicatorExample.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const firstIndicatorStyles = {
2828
}
2929

3030
const secondIndicatorStyles = {
31-
stepIndicatorSize: 25,
32-
currentStepIndicatorSize:30,
31+
stepIndicatorSize: 30,
32+
currentStepIndicatorSize:40,
3333
separatorStrokeWidth: 2,
3434
currentStepStrokeWidth: 3,
3535
stepStrokeCurrentColor: '#fe7013',
@@ -83,23 +83,23 @@ const getStepIndicatorIconConfig = ({ position, stepStatus }) => {
8383
};
8484
switch (position) {
8585
case 0: {
86-
iconConfig.name = 'feed';
86+
iconConfig.name = 'shopping-cart';
8787
break;
8888
}
8989
case 1: {
90-
iconConfig.name = 'edit';
90+
iconConfig.name = 'location-on';
9191
break;
9292
}
9393
case 2: {
94-
iconConfig.name = 'audience';
94+
iconConfig.name = 'assessment';
9595
break;
9696
}
9797
case 3: {
98-
iconConfig.name = 'task';
98+
iconConfig.name = 'payment';
9999
break;
100100
}
101101
case 4: {
102-
iconConfig.name = 'publish';
102+
iconConfig.name = 'track-changes';
103103
break;
104104
}
105105
default: {

0 commit comments

Comments
 (0)