Rocket.Chat.ReactNative/app/views/InviteUsersView/styles.js

17 lines
257 B
JavaScript
Raw Normal View History

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