UNPKG

react-native-week-view

Version:
19 lines (16 loc) 322 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ title: { flex: 0, justifyContent: 'center', alignItems: 'center', borderBottomWidth: 1, borderColor: 'black', }, text: { fontSize: 12, textAlign: 'center', color: 'black', }, }); export default styles;