@@ -11,7 +11,6 @@ storiesOf('Avatar|Icons', module)
1111 icon = { { name : 'user' , type : 'font-awesome' } }
1212 onPress = { ( ) => console . log ( "Works!" ) }
1313 activeOpacity = { 0.7 }
14- containerStyle = { { flex : 2 , marginLeft : 20 , marginTop : 115 } }
1514 />
1615 ) )
1716
@@ -22,7 +21,6 @@ storiesOf('Avatar|Icons', module)
2221 icon = { { name : 'cake' , type : 'material' } }
2322 onPress = { ( ) => console . log ( "Works!" ) }
2423 activeOpacity = { 0.7 }
25- containerStyle = { { flex : 2 , marginLeft : 20 , marginTop : 115 } }
2624 />
2725 ) )
2826
@@ -33,7 +31,6 @@ storiesOf('Avatar|Icons', module)
3331 icon = { { name : 'meetup' , color : 'red' , type : 'font-awesome' } }
3432 onPress = { ( ) => console . log ( "Works!" ) }
3533 activeOpacity = { 0.7 }
36- containerStyle = { { flex : 3 , marginTop : 100 } }
3734 />
3835 ) )
3936
@@ -44,7 +41,6 @@ storiesOf('Avatar|Icons', module)
4441 overlayContainerStyle = { { backgroundColor : 'white' } }
4542 onPress = { ( ) => console . log ( "Works!" ) }
4643 activeOpacity = { 0.7 }
47- containerStyle = { { flex : 4 , marginTop : 75 } }
4844 />
4945 ) )
5046
@@ -55,7 +51,6 @@ storiesOf('Avatar|Icons', module)
5551 icon = { { name : 'home' , type : 'font-awesome' } }
5652 onPress = { ( ) => console . log ( "Works!" ) }
5753 activeOpacity = { 0.7 }
58- containerStyle = { { flex : 5 , marginRight : 60 } }
5954 />
6055 ) )
6156
@@ -66,6 +61,5 @@ storiesOf('Avatar|Icons', module)
6661 icon = { { name : 'user' , type : 'font-awesome' } }
6762 onPress = { ( ) => console . log ( "Works!" ) }
6863 activeOpacity = { 0.7 }
69- containerStyle = { { flex : 2 , marginLeft : 20 , marginTop : 115 } }
7064 />
7165 ) ) ;
0 commit comments