UNPKG

@uiw/react-native

Version:
16 lines (15 loc) 337 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ warpper: { backgroundColor: '#fff', }, form_items_container: { width: '100%', }, form_items: { textAlign: 'center', marginVertical: 5, borderBottomColor: '#F5F5F5', }, }); export default styles;