import { StyleSheet } from 'react-native'; import Colors from '../Colors'; export default StyleSheet.create({ infoBox: { backgroundColor: Colors.primary01, borderRadius: 8, paddingHorizontal: 20, paddingVertical: 16, flexDirection: 'row', marginBottom: 16, }, icon: { marginTop: 4, }, text: { flex: 1, marginLeft: 22, }, });