updated app.tsx demo for react-native
This commit is contained in:
parent
292fdffb0a
commit
28453f2273
@ -63,8 +63,8 @@ const styles = StyleSheet.create({
|
||||
container: { backgroundColor: '#F5FCFF' },
|
||||
welcome: { fontSize: 20, textAlign: 'center', margin: 10 },
|
||||
bolded: { textAlign: 'center', color: '#333333', marginBottom: 5, fontWeight: "bold" },
|
||||
thead: { height: 40, backgroundColor: '#f1f8ff' },
|
||||
tr: { height: 30 },
|
||||
thead: { height: 40, backgroundColor: '#f1f8ff', borderWidth: 0.5, justifyContent: 'center' },
|
||||
tr: { height: 30, borderWidth: 0.5, justifyContent: 'center' },
|
||||
text: { marginLeft: 5 },
|
||||
table: { width: "100%" },
|
||||
image: { height: 16, width: 16 }
|
||||
|
Loading…
Reference in New Issue
Block a user