diff --git a/docz/static/reactnative/App.tsx b/docz/static/reactnative/App.tsx index fcb7c13..2f6d0bb 100644 --- a/docz/static/reactnative/App.tsx +++ b/docz/static/reactnative/App.tsx @@ -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 }