import {StyleSheet} from 'react-native'; export const styles = StyleSheet.create({ underline: { height: 1, width: '100%', backgroundColor: 'rgba(0,0,0,.3)', marginTop: 5, }, }); export const textStyles = StyleSheet.create({ outlined: { color: '#737373', fontSize: 18, textAlign: 'center', }, filled: { color: 'white', textAlign: 'center', fontSize: 18, }, raised: { color: '#737373', fontSize: 18, textAlign: 'center', }, });