parent
7e0371b35d
commit
9af388df0a
@ -0,0 +1,22 @@
|
||||
import { StyleSheet} from 'react-native';
|
||||
|
||||
export default StyleSheet.create({
|
||||
runInfoWrapper: {
|
||||
backgroundColor: 'rgba(255,255,255,0.75)',
|
||||
paddingVertical: 15
|
||||
},
|
||||
runInfoTitle: {
|
||||
textAlign: 'center',
|
||||
fontWeight: '700',
|
||||
color: '#666'
|
||||
|
||||
},
|
||||
runInfoValue: {
|
||||
textAlign: 'center',
|
||||
fontSize: 24,
|
||||
fontWeight: '100',
|
||||
paddingVertical: 5
|
||||
|
||||
}
|
||||
|
||||
})
|
||||
Loading…
Reference in new issue