From 28453f22738aee44ba63c0397b5edd317ccc13c1 Mon Sep 17 00:00:00 2001 From: Asad Date: Mon, 10 Mar 2025 17:58:01 -0400 Subject: [PATCH] updated app.tsx demo for react-native --- docz/static/reactnative/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }