mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
Some small changes throughout the app to improve it
This commit is contained in:
@@ -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'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user