parent
ac07d0673e
commit
c5d38f26b7
@ -1,27 +1,32 @@
|
|||||||
import { StyleSheet } from "react-native";
|
import { StyleSheet } from "react-native";
|
||||||
|
|
||||||
export default StyleSheet.create({
|
export default StyleSheet.create({
|
||||||
icon: {
|
icon: {
|
||||||
width: 50,
|
width: 50,
|
||||||
height: 50,
|
height: 50,
|
||||||
borderRadius: 50,
|
borderRadius: 50,
|
||||||
},
|
},
|
||||||
imageWrapper: {
|
imageWrapper: {
|
||||||
height: 135,
|
height: 135,
|
||||||
width: '40%',
|
width: '40%',
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
margin: 10,
|
margin: 10,
|
||||||
},
|
},
|
||||||
imageSkin : {
|
imageWrapperProfil: {
|
||||||
borderRadius: 15,
|
height: 135,
|
||||||
width: '100%',
|
flexDirection: "column",
|
||||||
flex:1
|
margin: 10,
|
||||||
},
|
},
|
||||||
nomSkin :{
|
imageSkin : {
|
||||||
textAlign: 'center',
|
borderRadius: 15,
|
||||||
fontSize: 25,
|
width: '100%',
|
||||||
fontFamily: 'Helvetica',
|
flex:1
|
||||||
fontWeight: 'bold',
|
},
|
||||||
color: 'white',
|
nomSkin :{
|
||||||
},
|
textAlign: 'center',
|
||||||
|
fontSize: 25,
|
||||||
|
fontFamily: 'Helvetica',
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white',
|
||||||
|
},
|
||||||
});
|
});
|
Loading…
Reference in new issue