File tree 2 files changed +2
-6
lines changed 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ var Spinner = React.createClass({
24
24
buttonTextColor : PropTypes . string ,
25
25
disabled : PropTypes . bool ,
26
26
width : PropTypes . number ,
27
- height : PropTypes . number ,
27
+ height : PropTypes . number
28
28
} ,
29
29
30
30
getDefaultProps ( ) {
Original file line number Diff line number Diff line change @@ -4,29 +4,25 @@ module.exports = React.StyleSheet.create({
4
4
container : {
5
5
borderWidth : 0.5 ,
6
6
borderRadius : 4 ,
7
- width : 110 ,
8
7
flexDirection : 'row' ,
9
8
overflow : 'hidden'
10
9
} ,
11
10
12
11
btn : {
13
12
flex : 1 ,
14
- height : 40 ,
15
13
alignItems : 'center' ,
16
14
justifyContent : 'center' ,
17
15
} ,
18
16
19
17
btnText : {
20
18
color : 'white' ,
21
- fontSize : 16 ,
22
19
textAlign : 'center' ,
23
20
} ,
24
21
25
22
num : {
26
23
flex : 1 ,
27
24
alignItems : 'center' ,
28
- justifyContent : 'center' ,
29
- height : 40
25
+ justifyContent : 'center'
30
26
} ,
31
27
32
28
numText : {
You can’t perform that action at this time.
0 commit comments