import { StyleSheet } from 'react-native';
import sharedStyles from '../../../views/Styles';
export default StyleSheet.create({
container: {
flex: 1
},
titleView: {
justifyContent: 'center'
subtitleView: {
justifyContent: 'center',
height: 32
row: {
flex: 0,
alignItems: 'center',
colButton: {
marginLeft: 12,
marginRight: 12,
width: 78
buttonText: {
fontSize: 28,
...sharedStyles.textRegular
buttonView: {
width: 78,
borderRadius: 4
textTitle: {
fontSize: 22,
textSubtitle: {
fontSize: 16,
...sharedStyles.textMedium
dotsContainer: {
flexDirection: 'row',
marginTop: 24,
marginBottom: 40
dotsView: {
height: 16
grid: {
flexDirection: 'column'
iconView: {
marginVertical: 16
}
});