upd: redesign
This commit is contained in:
@@ -780,6 +780,18 @@ const Styles = StyleSheet.create({
|
||||
width: 1,
|
||||
height: '100%',
|
||||
},
|
||||
wrapGridItem: {
|
||||
borderWidth: 1,
|
||||
borderRadius: 5,
|
||||
padding: 10,
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
width: '48.5%',
|
||||
marginBottom: 10,
|
||||
},
|
||||
flex1: {
|
||||
flex: 1
|
||||
}
|
||||
})
|
||||
|
||||
export default Styles;
|
||||
Reference in New Issue
Block a user