Additional changes to more screen

This commit is contained in:
M10T
2020-08-09 21:27:58 -04:00
parent 46b721bc86
commit 74d6fd67b3
2 changed files with 24 additions and 8 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import {StyleSheet, Dimensions} from 'react-native';
const styles=StyleSheet.create({
moreitem: {
backgroundColor:'red',
borderColor:'white',
borderWidth:0.5,
borderBottomColor:'white',
borderBottomWidth:0.5,
height: Dimensions.get('window').height*0.075,
justifyContent:'center'
},