You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BOB_PARTY/bob_party/src/components/style/ConverstationPreviewCompone...

23 lines
500 B

import { StyleSheet } from "react-native";
export default StyleSheet.create({
textNom: {
fontSize: 20,
fontWeight: 'bold',
letterSpacing: 0.25,
color: 'white',
},
textMess: {
fontSize: 15,
letterSpacing: 0.25,
color: '#D9D9D9',
},
conv: {
flexDirection: 'row',
height: 70,
borderBottomWidth: 2,
borderBottomColor: '#2D2C33',
paddingLeft: '5%',
alignItems: "center",
}
});