Some small changes throughout the app to improve it

This commit is contained in:
M10T
2020-11-06 16:34:17 -05:00
parent a2dcb7a623
commit 62146eccd1
9 changed files with 48 additions and 67 deletions
+6 -4
View File
@@ -6,12 +6,10 @@ const styles = StyleSheet.create({
marginTop: StatusBar.currentHeight || 0,
},
item: {
backgroundColor: '#bababa',
backgroundColor: 'white',
padding: 20,
marginHorizontal: 16,
borderBottomWidth: 1.5,
borderColor: 'black',
borderRadius: 12,
borderColor: 'black'
},
item1: {
backgroundColor: 'white',
@@ -63,6 +61,10 @@ const styles = StyleSheet.create({
fontWeight: 'bold',
padding: 5,
marginBottom: 10,
},
linktext: {
color:'blue',
textDecorationLine: 'underline'
}
});