vn-verdnaturachat/app/views/InviteUsersView/styles.ts

16 lines
316 B
TypeScript
Raw Normal View History

2020-01-28 13:22:35 +00:00
import { StyleSheet } from 'react-native';
import { PADDING_HORIZONTAL } from '../../containers/List/constants';
2020-01-28 13:22:35 +00:00
export default StyleSheet.create({
innerContainer: {
padding: PADDING_HORIZONTAL,
2020-01-28 13:22:35 +00:00
paddingBottom: 0
},
divider: {
width: '100%',
height: StyleSheet.hairlineWidth,
marginVertical: 20
}
});