Skip to content

Commit e97dda0

Browse files
committed
fix styles
1 parent f939d3e commit e97dda0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/style.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ export default StyleSheet.create({
4141
width: STEP_NUMBER_DIAMETER,
4242
height: STEP_NUMBER_DIAMETER,
4343
overflow: 'hidden',
44-
alignItems: 'center',
45-
justifyContent: 'center',
4644
zIndex: ZINDEX + 1,
4745
},
4846
stepNumber: {
47+
flex: 1,
48+
alignItems: 'center',
49+
justifyContent: 'center',
4950
borderWidth: 2,
5051
borderRadius: STEP_NUMBER_RADIUS,
5152
borderColor: '#FFFFFF',

0 commit comments

Comments
 (0)