parent
2f4f5a3ee7
commit
c6f34f780f
@ -0,0 +1,31 @@
|
|||||||
|
import { StyleSheet } from "react-native";
|
||||||
|
|
||||||
|
export default StyleSheet.create({
|
||||||
|
textID: {
|
||||||
|
fontSize: 16,
|
||||||
|
lineHeight: 21,
|
||||||
|
letterSpacing: 0.25,
|
||||||
|
color: 'white',
|
||||||
|
textAlign: 'right',
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
fontSize: 16,
|
||||||
|
lineHeight: 21,
|
||||||
|
letterSpacing: 0.25,
|
||||||
|
color: 'white',
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
fontSize: 20,
|
||||||
|
lineHeight: 21,
|
||||||
|
fontWeight: 'bold',
|
||||||
|
letterSpacing: 0.25,
|
||||||
|
color: 'white',
|
||||||
|
marginTop: 15,
|
||||||
|
},
|
||||||
|
infoView: {
|
||||||
|
borderColor: '#2D2C33',
|
||||||
|
borderWidth: 2,
|
||||||
|
width: '90%',
|
||||||
|
margin: 15,
|
||||||
|
padding: 15,}
|
||||||
|
});
|
Loading…
Reference in new issue