mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
added icon to bottom nav bar and small style
This commit is contained in:
@@ -8,12 +8,13 @@ const styles = StyleSheet.create({
|
||||
item: {
|
||||
backgroundColor: '#bababa',
|
||||
padding: 20,
|
||||
marginVertical: 8,
|
||||
marginHorizontal: 16,
|
||||
borderRadius: 16,
|
||||
borderBottomWidth: 1.5,
|
||||
borderColor: 'black',
|
||||
borderRadius: 12,
|
||||
},
|
||||
title: {
|
||||
fontSize: 32,
|
||||
fontSize: 28,
|
||||
},
|
||||
date: {
|
||||
fontSize:12,
|
||||
|
||||
@@ -7,15 +7,16 @@ const styles=StyleSheet.create({
|
||||
borderBottomColor:'white',
|
||||
borderBottomWidth:0.5,
|
||||
height: Dimensions.get('window').height*0.075,
|
||||
justifyContent:'center'
|
||||
justifyContent:'center',
|
||||
paddingLeft: '3%',
|
||||
},
|
||||
moretext: {
|
||||
color:'#eee',
|
||||
fontSize:20,
|
||||
},
|
||||
headerTitle: {
|
||||
fontWeight:'bold',
|
||||
fontSize:24
|
||||
fontWeight: 'bold',
|
||||
fontSize:24,
|
||||
},
|
||||
resourceContainer: {
|
||||
alignItems: 'center',
|
||||
@@ -51,6 +52,10 @@ const styles=StyleSheet.create({
|
||||
borderRadius: 5,
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
},
|
||||
tabBarIcon: {
|
||||
height: 50,
|
||||
width: 50,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user