import { ViewStyle, TextStyle } from 'react-native' export const pillButton: ViewStyle = { width: '100%', height: 40, borderRadius: 20, justifyContent: 'center', borderWidth: 1 } export const label: TextStyle = { fontSize: 18, fontWeight: '700', textAlign: 'center' }