import { StyleSheet } from 'react-native';

export const styles = StyleSheet.create({
	contentContainerStyleFlatList: {
		paddingVertical: 32
	}
});