diff --git a/shared-styles.js b/shared-styles.js new file mode 100644 index 0000000..a046910 --- /dev/null +++ b/shared-styles.js @@ -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 + + } + +}) \ No newline at end of file