Club page fit design team format+style

This commit is contained in:
Emily Liu
2020-10-20 23:12:33 -04:00
parent 5f18866ae3
commit 6f75ac5260
6 changed files with 68 additions and 16 deletions
+7
View File
@@ -13,6 +13,13 @@ const styles = StyleSheet.create({
borderColor: 'black',
borderRadius: 12,
},
item1: {
backgroundColor: 'white',
padding: 15,
borderBottomWidth: 2,
borderColor: '#bababa',
width: '100%',
},
title: {
fontSize: 28,
},
+1
View File
@@ -9,6 +9,7 @@ const styles=StyleSheet.create({
height: Dimensions.get('window').height*0.075,
justifyContent:'center',
paddingLeft: '3%',
fontSize: 32,
},
moretext: {
color:'#eee',