We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f939d3e commit e97dda0Copy full SHA for e97dda0
1 file changed
src/components/style.js
@@ -41,11 +41,12 @@ export default StyleSheet.create({
41
width: STEP_NUMBER_DIAMETER,
42
height: STEP_NUMBER_DIAMETER,
43
overflow: 'hidden',
44
- alignItems: 'center',
45
- justifyContent: 'center',
46
zIndex: ZINDEX + 1,
47
},
48
stepNumber: {
+ flex: 1,
+ alignItems: 'center',
49
+ justifyContent: 'center',
50
borderWidth: 2,
51
borderRadius: STEP_NUMBER_RADIUS,
52
borderColor: '#FFFFFF',
0 commit comments