import { StyleSheet} from 'react-native'; export default StyleSheet.create({ runInfoWrapper: { backgroundColor: 'rgba(255,255,255,1)', paddingVertical: 15 }, runInfoTitle: { textAlign: 'center', fontWeight: '700', color: '#666' }, runInfoValue: { textAlign: 'center', fontSize: 24, fontWeight: '100', paddingVertical: 5 }, new: { textAlign: 'center', fontSize: 16 } })